Zavvi Scraper — Entertainment, Collectibles, Blu-ray & Merchand avatar

Zavvi Scraper — Entertainment, Collectibles, Blu-ray & Merchand

Pricing

Pay per event

Go to Apify Store
Zavvi Scraper — Entertainment, Collectibles, Blu-ray & Merchand

Zavvi Scraper — Entertainment, Collectibles, Blu-ray & Merchand

Scrape entertainment products, collectibles, Blu-rays, clothing, toys, trading cards, and merchandise from Zavvi.com. Supports search queries, multiple currencies (GBP/EUR/USD), and pagination. Uses Zavvi's GraphQL API for fast, reliable data extraction.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Zavvi Scraper

Scrapes entertainment products from Zavvi.com -- collectibles, Blu-rays, vinyl, clothing, trading cards, Funko Pops, and pop culture merchandise. Uses Zavvi's public GraphQL API for fast, reliable extraction.

GraphQL-powered

The scraper calls horizon-api.www.zavvi.com/graphql directly. No HTML parsing, no browser rendering. Each request returns up to 30 products with full pricing, stock status, images, and reviews.

Input

FieldTypeDescription
searchQueryStringSearch term (empty = browse by popularity)
maxResultsIntegerLimit (default: 100)
currencyStringGBP (default), EUR, or USD
shippingDestinationStringCountry code (default: GB)
sortStringRELEVANCE or POPULARITY
proxyConfigurationObjectProxy settings

Output

{
"name": "Star Wars The Mandalorian Funko Pop! Vinyl",
"brand": "Funko",
"price": 12.99,
"originalPrice": 14.99,
"currency": "GBP",
"sku": "12345678",
"inStock": true,
"preorder": false,
"rating": 4.8,
"reviewCount": 142,
"imageUrl": "https://i1.adis.ws/...",
"imageUrls": ["https://i1.adis.ws/..."],
"category": "Toys > Funko Pop! Vinyl",
"categories": ["Toys", "Funko Pop! Vinyl"],
"url": "https://www.zavvi.com/toys/star-wars-mandalorian-funko.html",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Pricing

  • price = current selling price in your chosen currency
  • originalPrice = RRP (recommended retail price) when higher than selling price
  • Multi-currency support: GBP, EUR, USD
  • Pre-order items flagged with preorder: true