You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.
Hi @nikhil25803
After careful consideration and trying out different ways I don't think Myntra's data can be scraped and I suggest you to close this issue.
Here are my findings:-
Myntra uploads its data dynamically into the webpage using javascript which makes it hard to catch using only BeautifulSoup and requests method (A solution to this problem is to use Selenium but we can't do that either)
I tried taking advantage of the fact that Myntra stores its data in json format on the webiste, which is a seperate gateway url( eg- https://www.myntra.com/gateway/v2/search/men-sweaters?rows=50&o=49&plaEnabled=false&xdEnabled=false&pincode=110001) but even that didn't work because Myntra is strict with authentication(which means a request would need a solid authentication like product_id,name, description in case of products which won't be feasible to be provided by users)
Describe the feature
As a part of GSSOC 24, I'd like to add a Myntra module with the following functionalities:
https://www.myntra.com/
Add features like
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: