Scrape Shopping Data with our Google Shopping API
Our Google Shopping API enables you to scrape shopping search result pages and product information. Sign up for our free plan to get started.
Our Google Shopping API enables you to scrape shopping search result pages and product information. Sign up for our free plan to get started.
Our Google shopping API is the perfect tool for a countless number of use cases.
The following example should give you an idea about what you can achieve with our shopping API. For further details, visit our Playground and our Documentation
Geotargeted searches enable you to scrape language specific news search results.
Retrieve a shopping SERP for a query of your choice.
All returned product ids can be used to scrape individual product details in a second step.
curl -X GET -G \
'https://app.zenserp.com/api/v2/search' \
-H "apikey: your-apikey" \
-d "q=usb cable" \
-d "tbm=shop" \
-d "location=Manhattan,New York,United States"
// Replace 'your-apikey' with your personal key
// Set tbm to 'shop' for image results
// Specify a location for geolocated results
// Accepted Locations can be found at https://app.zenserp.com/playground
curl -X GET -G \
'https://app.zenserp.com/api/v2/search' \
-H "apikey: your-apikey" \
-d "q=usb cable" \
-d "tbm=shop" \
-d "location=Manhattan,New York,United States"
// In a second step, you can scrape product details by using the returned product ids
curl -X GET -G \
'https://app.zenserp.com/api/v1/shopping' \
-H "apikey: your-apikey" \
-d "product_id=9088908519829181101" \
-d "tbm=shop" \
-d "location=Manhattan,New York,United States"
// Accepted Locations can be found at https://app.zenserp.com/playground
Our Google shopping API provides plenty of setting parameters and filters that allow you to refine your search. For further testing, please visit our Playground
{
"shopping_results": [
{
"title": "Apple USB-C to Lightning Cable - Lightning cable - 6.6 M....",
"link": "/aclk?sa=L&ai=DChcSEwiAtPmJ_M3tAhUUJSsKHRXkCnE...",
"description": "Apple · USB-C · Lightning",
"price": "$9.90",
"source": "eBay",
"stars": 4.1,
"reviews": 7515,
"thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/´...",
"extensions": [],
"product_id": "10371282652562510774",
"price_parsed": {
"currency": "USD",
"value": 9.9
}
},
{
"title": "Anker Powerline USB-C to USB 3.0 Cable (10ft) with 56K Ohm...",
"link": "/aclk?sa=L&ai=DChcSEwiAtPmJ_M3tAhUUJSsKHRXkCnEYABANG...",
"description": "Anker · USB-C",
"price": "$19.99",
"source": "Anker",
"stars": 4.7,
"reviews": 1990,
"thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQ...",
"extensions": [],
"product_id": "1892110650424473440",
"price_parsed": {
"currency": "USD",
"value": 19.99
}
}
]
}
Loading your response :)
An error occured!
We believe in fair pricing. Hence, we offer you 50 API requests per month for free. No strings attached!
Getting started is easy. We provide an extensive request builder, that converts your requests into production ready code snippets.
Zenserp can be used with any programming language, as data can be simply retrieved by any HTTP client.
To provide you with the best developer experience possible, we also created a Postman collection covering all of our endpoints, including plenty of examples.
Google shopping search features plenty of settings and filters. They are all available through zenserp.
Choose from a variety with different usage limits and features to match the size and scope of your project. All plans include real-time scraping capabilities and 24/7 customer support.
Contact us for a custom quote or view our high volume plan
Still have questions or need more information? Our team is here to help. Contact us today via phone, email, or live chat and we'll be more than happy to assist you in finding the perfect plan for your needs.
Customer Chat [email protected] or Fill a Contact Form