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

Page Issues #19

Open
rarjun7777 opened this issue Jan 17, 2024 · 3 comments
Open

Page Issues #19

rarjun7777 opened this issue Jan 17, 2024 · 3 comments

Comments

@rarjun7777
Copy link

Search Result gives limited number of product details , how to move on to next page ?

@dvishal485
Copy link
Owner

This feature can be added by changing url to fetch with appropriate parameters.
I don't make any changes right now. Feel free to diy and submit a PR!

@75asu
Copy link

75asu commented Mar 16, 2024

I have observed a few points, mentioning here instead of creating another issue
when I searched for Lizol what happened

  • got 40 results whereas Flipkart it shows 32 results
  • A few products were not available on the page but were present in the JSON response, I tried the links, product was available in the link
  • for a few of them original/current prices differed between JSON and real website prices

I wanted to know, if all these are bugs or if the API is intentionally built this way
and I want to use this API to build something, is this legal to use the information of Flipkart?

@dvishal485

@dvishal485
Copy link
Owner

I have observed a few points, mentioning here instead of creating another issue when I searched for Lizol what happened

  • got 40 results whereas Flipkart it shows 32 results
  • A few products were not available on the page but were present in the JSON response, I tried the links, product was available in the link
  • for a few of them original/current prices differed between JSON and real website prices

I wanted to know, if all these are bugs or if the API is intentionally built this way and I want to use this API to build something, is this legal to use the information of Flipkart?

@dvishal485

It maybe the case that flipkart fetched more products when on different account (based on activity) / different device/browser/on-scroll. I cannot be sure about this without a proper debug.

If you want to detect the same yourself then I would suggest you to save the response fetched by the scraper as html and review the number of products in that html page.

To best of my opinion, scraper is behaving as expected, unless the 8 products which are not there in the scraper list are not placed different or are extreme edge cases (like sponsored products having different views, or being the last 4 products, or some other differentiating factor than others)

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

No branches or pull requests

3 participants