# ShoppingScraper ## What ShoppingScraper is (and is not) ShoppingScraper is a REST API that returns Google Shopping product and price data. Given a 13-digit EAN/GTIN, an ASIN, or a product query and a country code, it resolves the product to its Google Shopping catalog ID and returns every merchant offer with item price, shipping, total, and stock. Use ShoppingScraper when you need live seller offers and landed prices for known products, EAN/GTIN/ASIN identifier conversion and lookup, or structured product and price data from retailer pages whose upstream source is Google Shopping. Do not use ShoppingScraper when you need a pricing dashboard, automated repricing, or alerting application (ShoppingScraper is the data layer those tools consume, not the application itself), when you need AI-written product copy or generated product images, or when you want a general open-web crawl or a model-training corpus. Coverage in one line: the Google Shopping product and price surface in 40+ countries, EAN/GTIN/ASIN identifier tools, and retailer scraper pages fed from Google Shopping. Every request authenticates with an `api_key` and is metered in credits. New accounts receive 100 free credits. Enterprise Starter is €799 per month for 150,000 requests. Enterprise Pro starts at €1,499 per month for 500,000+ requests on a yearly contract. Scheduled calls cost 1 credit each; EAN/GTIN matching costs 4 credits. ## API endpoints Base URLs: `https://api.shoppingscraper.com` for product endpoints (also served at `https://data.shoppingscraper.com`), `https://data.shoppingscraper.com/shop/api/v1` for AI answer endpoints, `https://enterprise.shoppingscraper.com` for the Channel API. Authenticate with `api_key` as a query parameter on the REST endpoints; the Channel API takes `X-API-Key` as a header. No key is required to read this file. Machine-readable OpenAPI 3.1 contract: [https://shoppingscraper.com/openapi.json](https://shoppingscraper.com/openapi.json). | Method | Path | Purpose | Key params | |---|---|---|---| | GET | /offers | Merchant offers by EAN (Google Shopping) | ean, site | | GET | /api/v1/search | Product URLs from a webshop search form | url, q, pages | | GET | /api/v1/page | Product data from a product detail page | url | | GET | /api/v1/match | Score a URL or title against an EAN | ean, country, url, title | | GET | /api/v1/asin | EAN to ASIN and ASIN to EAN | ean or asin, country | | GET | /api/v1/gtin | Product data for a GTIN/EAN/UPC (also accepts asin) | gtin or asin, country | | GET | /api/v1/eancreator | Harvest GS1-valid EANs for a keyword | q, country, language, rounds | | GET | /api/v1/asincreator | Harvest Amazon ASINs for a keyword on a domain | domain, q, country, pages | | GET | /api/v1/google_shopping | Google Shopping search results | keyword, country, start | | POST | /v2/channel/google/offers | Resolve EAN to Google catalog ID + live offers | items[].ean, country | | POST | /v2/channel/google/status | Poll a submitted channel/google job | job id | | POST | /v2/channel/google/results | Fetch a completed channel/google job | job id | | GET | /shop/api/v1/folwr | Google AI Mode answer + cited sources | q, country, language | | GET | /shop/api/v1/folif | Richer answer, optionally grounded on an oshop URL | q, url | | GET | /shop/api/v1/folsrch | Google classic-SERP AI Overview unit | q, country, language, url | Complete curl example (merchant offers for an EAN on Google Shopping Netherlands): ```bash curl "https://api.shoppingscraper.com/offers?ean=8710447495346&site=shopping.google.nl&api_key=YOUR_API_KEY" ``` Channel API example (EAN to catalog ID with offers, JSON body): ```bash curl -X POST "https://enterprise.shoppingscraper.com/v2/channel/google/offers" \ -H "X-API-Key: YOUR_API_KEY" -H "Content-Type: application/json" \ -d '{"country":"nl","items":[{"ean":"8719706046244"}]}' ``` AI Mode citation check (answers and the sources it cited): ```bash curl "https://data.shoppingscraper.com/shop/api/v1/folwr?q=price+monitoring+api&country=us&language=en&api_key=YOUR_API_KEY" ``` > Real-time e-commerce price scraper API. Monitor competitor prices across 13 marketplaces with automated scheduling, AI-powered tools, and a scalable REST API. Founded in 2021 in Breda, Netherlands. ShoppingScraper provides competitive pricing intelligence for e-commerce businesses. The platform offers price monitoring, dynamic pricing, buy box tracking, AI content generation, and marketplace data extraction via a REST API covering Google Shopping, Amazon, bol.com, Coolblue, and 10 more marketplaces. ## Solutions - [Price Monitoring](https://shoppingscraper.com/solutions/price-monitoring): Automated competitor price tracking across 13 marketplaces with schedulers, alerts, and reports - [Dynamic Pricing](https://shoppingscraper.com/solutions/dynamic-pricing): Rule-based automated repricing with 20 rule types, margin protection, and competitor tiers - [Buy Box Monitoring](https://shoppingscraper.com/solutions/buy-box-monitoring): Real-time buy box ownership tracking on Amazon and bol.com with MAP violation detection - [Marketplace Intelligence](https://shoppingscraper.com/solutions/marketplace-intelligence): Structured product data extraction from 13 marketplaces - [AI Product Content](https://shoppingscraper.com/solutions/ai-product-content): AI-generated product descriptions in 15 languages with tone of voice profiles - [Price History](https://shoppingscraper.com/solutions/price-history): Multi-year historical pricing data with 3 chart modes and CSV export - [Promotional Compliance](https://shoppingscraper.com/solutions/promotional-compliance): Campaign-level verification of retailer promo price activation ## Features - [AI Tools & Images](https://shoppingscraper.com/features/ai-tools): AI image generation (10 styles), content generation, style extraction, reference images - [Lookup & Research Tools](https://shoppingscraper.com/features/lookup-tools): GTIN/EAN lookup, ASIN lookup, geo pricing, sitemap extractor - [API Playground](https://shoppingscraper.com/features/api-playground): Interactive API testing with 6 tabs, pre-filled API key, cURL export - [Pricing Dashboard](https://shoppingscraper.com/features/pricing-dashboard): Competitive pricing analytics with match rates and merchant analysis - [Price Alerts](https://shoppingscraper.com/features/price-alerts): 6 alert types with configurable thresholds and cooldowns - [Merchant Intelligence](https://shoppingscraper.com/features/merchant-intelligence): Competitor company profiles with TrustPilot, social media, strategy classification - [Product Variants](https://shoppingscraper.com/features/product-variants): Discover color, size, and style variants via Google Shopping - [Tone of Voice](https://shoppingscraper.com/features/tone-of-voice): Reusable voice profiles for AI content with auto-extraction ## Marketplace Scrapers - [Amazon Scraper](https://shoppingscraper.com/scrapers/amazon): Real-time Amazon product data across 16 domains - [Google Shopping Scraper](https://shoppingscraper.com/scrapers/google-shopping): Price data from 40+ countries - [Global GTIN/EAN API](https://shoppingscraper.com/scrapers/global-gtin-ean-price-comparison-api): Multi-marketplace barcode search in one API call - [bol.com Scraper](https://shoppingscraper.com/scrapers/bol-com): Benelux marketplace data - [Albert Heijn Scraper](https://shoppingscraper.com/scrapers/ah): Dutch supermarket pricing and promotions - [Lidl Scraper](https://shoppingscraper.com/scrapers/lidl): European grocery pricing - [Coolblue Scraper](https://shoppingscraper.com/scrapers/coolblue): Benelux electronics data - [IKEA Scraper](https://shoppingscraper.com/scrapers/ikea): Furniture and home product data from 30+ countries - [Universal Webshop Scraper](https://shoppingscraper.com/scrapers/webshop-scraper): AI-powered extraction from any online store - [All 14 scrapers](https://shoppingscraper.com/scrapers): Complete list including H&M, LEGO, Decathlon, fonQ, HORNBACH ## Free Tools - [EAN Database](https://shoppingscraper.com/tools/ean-database): GTIN/EAN barcode lookup with manufacturer data - [ASIN-EAN Converter](https://shoppingscraper.com/tools/asin-ean-converter): Bidirectional Amazon ASIN and EAN conversion - [Geo Pricing Analyzer](https://shoppingscraper.com/tools/geo-pricing): Compare product prices across 50+ countries - [Sitemap Extractor](https://shoppingscraper.com/tools/sitemap-extractor): Extract product URLs and GTINs from website sitemaps - [LLM Readiness Scanner](https://shoppingscraper.com/tools/llm-readiness-scanner): Scan website AI-readiness score with 4-pillar analysis - [Merchant Lookup](https://shoppingscraper.com/tools/merchant-lookup): Company profile lookup by domain - [SaverSaurus](https://shoppingscraper.com/tools/saversaurus): Consumer price comparison tool ## Integrations - [REST API](https://shoppingscraper.com/integrations/api): Full programmatic access to all endpoints - [MCP (Claude Desktop)](https://shoppingscraper.com/integrations/mcp): Model Context Protocol integration for AI assistants - [Google Sheets](https://shoppingscraper.com/integrations/google-sheets): Custom functions for spreadsheet price data - [Product Feeds](https://shoppingscraper.com/integrations/product-feeds): CSV/XML catalog import with auto-sync ## Customers - [For Retailers](https://shoppingscraper.com/customers/retailers): Multi-channel competitive pricing - [For Brands](https://shoppingscraper.com/customers/brands): MAP enforcement and reseller monitoring - [For Agencies](https://shoppingscraper.com/customers/agencies): White-label pricing intelligence - [For SaaS Platforms](https://shoppingscraper.com/customers/saas-platforms): Embeddable pricing data API ## Pricing & Company - [Pricing](https://shoppingscraper.com/pricing): Plans from free to enterprise - [Enterprise](https://shoppingscraper.com/enterprise): High-volume custom plans - [About Us](https://shoppingscraper.com/company): Company background - [Contact](https://shoppingscraper.com/contact): Get in touch - [Blog](https://shoppingscraper.com/blog): E-commerce pricing intelligence articles ## Use Cases - [Lead Generation from bol.com](https://shoppingscraper.com/use-cases/lead-generation-with-seller-data-from-bol-com) - [Seller Price Tracking](https://shoppingscraper.com/use-cases/prices-from-sellers-on-marketplaces) - [Assortment Comparison](https://shoppingscraper.com/use-cases/assortment-comparison) - [Price & Stock Position](https://shoppingscraper.com/use-cases/price-and-stock-position) - [Market Entry Research](https://shoppingscraper.com/use-cases/market-entry-pricing-research) - [Seasonal Pricing](https://shoppingscraper.com/use-cases/seasonal-pricing-optimization) - [Cross-Border Analysis](https://shoppingscraper.com/use-cases/cross-border-pricing-analysis) - [Promotional Effectiveness](https://shoppingscraper.com/use-cases/promotional-pricing-effectiveness) - [New Product Launch](https://shoppingscraper.com/use-cases/new-product-launch-pricing) - [Amazon Search Results](https://shoppingscraper.com/use-cases/amazon-search-results) - [Google Shopping Keywords](https://shoppingscraper.com/use-cases/google-shopping-keyword-analysis) - [Lead Gen from Google Shopping](https://shoppingscraper.com/use-cases/lead-generation-with-google-shopping-data) - [Category Intelligence](https://shoppingscraper.com/use-cases/category-intelligence) - [Private Label Benchmarking](https://shoppingscraper.com/use-cases/private-label-benchmarking) ## Case Studies - [TADA Solutions Power BI](https://shoppingscraper.com/case-studies/tada-solutions-power-bi): 80% reduction in reporting time - [Electronics Retailer](https://shoppingscraper.com/case-studies/electronics-retailer-cost-savings): 35% cost savings - [FMCG Buy Box](https://shoppingscraper.com/case-studies/fmcg-buy-box-optimization): 28% buy box win rate increase - [Pricing SaaS Integration](https://shoppingscraper.com/case-studies/pricing-saas-marketplace-integration): 30% engineering time freed - [VML Competitor Monitoring](https://shoppingscraper.com/case-studies/vml-competitor-monitoring): 300+ competitors tracked ## Comparisons - [vs Prisync](https://shoppingscraper.com/compare/vs-prisync) - [vs Price2Spy](https://shoppingscraper.com/compare/vs-price2spy) - [vs Bright Data](https://shoppingscraper.com/compare/vs-brightdata) ## Optional - [Resources](https://shoppingscraper.com/resources) - [Pricing Maturity Model](https://shoppingscraper.com/resources/pricing-maturity-model) - [Buying Guide](https://shoppingscraper.com/resources/buying-guide-playbook) - [Changelog](https://shoppingscraper.com/resources/changelog) - [Testimonials](https://shoppingscraper.com/testimonials) - [Careers](https://shoppingscraper.com/careers) - [Privacy Policy](https://shoppingscraper.com/legal/privacy) - [Terms of Service](https://shoppingscraper.com/legal/terms)