Skip to content

Fails to scrape stores with products more than 25,000 #8

@Coding-Doctor-Omar

Description

@Coding-Doctor-Omar

The products.json endpoint works fine until you reach /products.json?page=101&limit=250 . Upon reaching this, you get status code 400 and the error message below:

{"errors": "Page * Limit exceeds the 25000 limit."}

If you want to experiment with this error, try scraping Fashion Nova.

Note that some websites disable the products.json endpoint, in which case you should look for the public <STORE>.myshopify.com/products.json endpoint. It looks like your scraper does not take this into consideration.

Please fix the 25000 limit issue. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions