
Sainsbury's Scraper
Pricing
$30.00/month + usage

Sainsbury's Scraper
Scrape product data from Sainsbury's Groceries webiste, the biggest supermarket chain based in the United Kingdom. Extract price, image, description, nutrition info, promotions and more. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.
0.0 (0)
Pricing
$30.00/month + usage
3
Total users
74
Monthly users
5
Runs succeeded
>99%
Issues response
18 hours
Last modified
2 hours ago
Issue with Sainsbury Scraper — No Results Returned for Search URLs
Open
Hello, I'm using the actor natanielsantos/sainsbury-s-scraper to scrape product data from Sainsbury's website. The actor runs successfully (status 201), but I consistently receive empty results ([]), even when using valid URLs like: https://www.sainsburys.co.uk/gol-ui/SearchResults/fruit
These pages work perfectly when opened in a normal browser, and products are clearly visible. However, the actor returns "No result" in Apify's UI and an empty array in Postman. I’ve confirmed that: My start_urls array is correct proxySettings with useApifyProxy is included max_items is set appropriately Example input body: { "max_items": 30, "proxySettings": { "useApifyProxy": true }, "start_urls": [ { "url": "https://www.sainsburys.co.uk/gol-ui/product/ben---jerrys-ice-cream-cookie-dough-500ml", "method": "GET" }, { "url": "https://www.sainsburys.co.uk/gol-ui/SearchResults/milk", "method": "GET" } ] } I'd really appreciate any help resolving this, as I’m trying to automate price scraping for a set of search terms.

Nataniel Santos (natanielsantos)
Hi, unfortunately the actor is currently under maintenance. I'll let you know when I finish fixing it. Thank you.

Nataniel Santos (natanielsantos)
Done. I finished adding support for search URLs, the next I'll add is category URLs and other listings. Unfortunately, I didn't have success adding support to product URLs, I'm trying to find a solution for that.
If you need more trial days, let me know. Thank you