Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrape all product details of a particular seller #2

Open
officialpm opened this issue Oct 3, 2020 · 5 comments
Open

Scrape all product details of a particular seller #2

officialpm opened this issue Oct 3, 2020 · 5 comments
Labels

Comments

@officialpm
Copy link
Owner

Scrape all product details of a seller

Scrape ALL product details using me-ID of the seller and return the dataframe or store it in a csv file.

Create a function - get_products(domain, me-ID)

Additional context

Example Url - https://www.amazon.in/s?me=A23AODI1X2CEAE
Here
me-ID is 'A23AODI1X2CEAE'
domain is 'in'

This url has a list of all products of me-ID [seller]- A23AODI1X2CEAE

@Vipul-Bajaj
Copy link

What ALL product details are required?

Like for the given seller, the seller sales 38 products, so for each product what details should be scraped?

@TanujVTU
Copy link

TanujVTU commented Oct 3, 2020

Can you please assign the task to me?I will help you out

@officialpm
Copy link
Owner Author

officialpm commented Oct 3, 2020

What ALL product details are required?

Like for the given seller, the seller sales 38 products, so for each product what details should be scraped?

Minimum Requirements -

  • Name
  • Product_ID
  • Price
  • Total_Ratings
  • Seller Name

You may add more if you get them!

@officialpm
Copy link
Owner Author

Please check CONTRIBUTING.md before contributing

@dvjn
Copy link

dvjn commented Oct 4, 2020

Can you assign this to me?
I've read the CONTRIBUTING.md and CODE_OF_CONDUCT.md
I think I can do the job nicely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants