
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
4
Total users
82
Monthly users
12
Runs succeeded
>99%
Issues response
2.1 days
Last modified
12 days 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
writetomavencery
Thank you! Just wanted to confirm — does this URL now work fine? → https://www.sainsburys.co.uk/gol-ui/SearchResults/milk And is this one still not fixed yet? → https://www.sainsburys.co.uk/gol-ui/product/ben---jerrys-ice-cream-cookie-dough-500ml.. And yes, if possible, could you please extend my free trial period? Thank you!

Nataniel Santos (natanielsantos)
Correct. Unfortunately, the only way to give more trial time is to make a copy of the actor and sharing it with you. You should see it in https://console.apify.com/actors/development. I'll remove your access in one week.
writetomavencery
Thank you so much!
writetomavencery
Hello, I’m trying to search for a specific product, and the only URL that seems to work for it is this one: https://www.sainsburys.co.uk/gol-ui/product/ben---jerrys-ice-cream-cookie-dough-500ml
However, it’s still not working properly. Could you please let me know if there’s an alternative URL that returns the same result for a specific product? Or if not, is there an estimated time for this URL to be fixed?
writetomavencery
Hello Nataniel Santos, I hope you're doing good. Could you please let me know if there’s an alternative URL that returns the same result for a specific product? Or if not, is there an estimated time for this URL to be fixed? Thank you!

Nataniel Santos (natanielsantos)
Done, now it supports product URLs