Pet Supermarket Scraper — UK Pet Supplies & Products
Pricing
Pay per event
Go to Apify Store

Pet Supermarket Scraper — UK Pet Supplies & Products
Scrape pet supplies, products, and prices from pet-supermarket.co.uk. Supports search queries and category browsing. Uses Shopify APIs for fast data extraction.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Pet Supermarket Scraper
Grab pet food, toys, and accessories data from pet-supermarket.co.uk. This is a Shopify store, so the scraper uses Shopify's suggest API for fast results before falling back to HTML crawling for deeper extraction.
How it works
- For search queries, it first hits the Shopify
/search/suggest.jsonendpoint -- this returns up to 50 products instantly without page crawling - If more results are needed, it also crawls the HTML search/collection pages
- Product detail pages are scraped for full information (JSON-LD + HTML fallbacks)
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (e.g., "grain free dog food") |
startUrls | array | Collection or product URLs |
maxResults | integer | Max products (default: 100) |
proxyConfiguration | object | Proxy settings |
Without input, it searches for "dog food".
Output
| Field | Type | Example |
|---|---|---|
name | string | "Lily's Kitchen Chicken Casserole 400g" |
brand | string | "Lily's Kitchen" |
price | number | 2.49 |
originalPrice | number | 3.29 |
currency | string | "GBP" |
sku | string | "LK-CC-400" |
productId | string | Shopify product ID |
inStock | boolean | true |
url | string | Full product URL |
imageUrl | string | Product image |
category | string | "Dog Food" |
description | string | Truncated to 1000 chars |
Cost
The Shopify API shortcut means most small runs barely use any compute. ~2,000 products per $1 for API-only runs.
Quirks
- Shopify prices in the suggest API are in pence (divided by 100)
- Pagination uses
?page=Nquery parameter - Currency is GBP