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

Searching for ISBN Books works on site, returns nothing on crawler #16

Open
pocesar opened this issue Aug 25, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@pocesar
Copy link
Collaborator

pocesar commented Aug 25, 2020

Example: https://www.amazon.co.uk/s?k=9780312944926&ref=nb_sb_noss

INPUT:

{
  "scraper": true,
  "country": "UK",
  "category": "stripbooks-intl-ship",
  "searchType": "keywords",
  "search": "9780312944926",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxReviews": 0,
  "delivery": ""
}

Leads to log entry and 1 dataset item with "No items for this keyword":

2020-08-25T16:03:45.241Z INFO: Found 0 on a site, going to crawl them. URL: https://www.amazon.co.uk/s?k=9780312944926&i=&ref=nb_sb_noss
2020-08-25T16:03:45.447Z INFO: BasicCrawler: All the requests from request list and/or request queue have been processed, the crawler will shut down.
@pocesar pocesar added the bug Something isn't working label Dec 12, 2020
@devdce
Copy link

devdce commented Dec 16, 2020

I think this is related to the same issue due to amazon special presentation for items like books, videogames and some times even DVD/Blu-ray : #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants