How to Find the Correct ID or Query for Your URL?
/dp/B07FZ8S74R
B07FZ8S74R
/dp/
in the URL.Example Request: https://www.amazon.com/dp/B07FZ8S74R
/s?k=Echo+Dot
Echo Dot
?k=
. This query must be URL-encoded when making requests.Example Request: https://www.amazon.com/s?k=Echo+Dot
/ip/5074872077
5074872077
/ip/
in the URL.Example Request: https://www.walmart.com/ip/5074872077
/reviews/product/5074872077
5074872077
/reviews/product/
.Example Request: https://www.walmart.com/reviews/product/5074872077
/search?q=Wireless+Headphones
Wireless Headphones
?q=
in the URL and should be URL-encoded when used in API requests.Example Request: https://www.walmart.com/search?q=Wireless+Headphones
/inmueble/106605370/
123456789
/inmueble/
.Example Request: https://www.idealista.com/inmueble/106605370/
https://www.idealista.com/venta-viviendas/madrid-madrid
/homedetails/112-Treadwell-Ave-Staten-Island-NY-10302/32297624_zpid/
32297624
zpid
, found near the end of the URL before _zpid/
.Example Request: https://www.zillow.com/homedetails/112-Treadwell-Ave-Staten-Island-NY-10302/32297624_zpid/
/homes/for_sale/San-Francisco-CA/
https://www.zillow.com/homes/for_sale/San-Francisco-CA/
/search?q=nintendo&udm=14
Nintendo
?q=
in the URL and should be URL-encoded when making API requests.Example Request: https://www.google.com/search?q=nintendo&udm=14
How to Switch to the Scraper APIs?
<INDUSTRY>
The industry category (e.g., ecommerce, realestate, serp).<WEBSITE>
The target website (e.g., amazon, idealista, google).<TYPE_OF_REQUEST>
The type of data you want (e.g., products, reviews, search).<QUERY_ID_URL>
The unique identifier for the request, such as a product ID, property ID, or query.<YOUR_ZENROWS_API_KEY>
Your personal API key for authentication and access.ecommerce
amazon
products
{asin}
(Amazon Standard Identification Number, used for product lookup).tld
Specify the top-level domain (e.g., .com
, .co.uk
, .de
).country
Set the country code to retrieve localized data.filters
Apply filters to extract specific data.Update the API Endpoint
{asin}
is the unique Amazon product identifier.Simplify the Parameters
js_render
or premium_proxy
. Simply pass the apikey
and any other relevant parameters (such as country
or tld
) and you’re good to go.
Test the New API Call
Update the API Endpoint
{zpid}
is the unique Zillow property identifier.Simplify the Parameters
js_render
or premium_proxy
. Simply provide the apikey along with any other relevant parameters (such as country
or tld
), and you’re good to go.
Test the New API Call
Update the API Endpoint
{query}
should be URL-encoded.Simplify the Parameters
js_render
or premium_proxy
. Simply provide the apikey along with any other relevant parameters (such as country
or tld
), and you’re good to go.
Test the New API Call
Where can I find my API key?
What happens if I exceed my API usage limits?
Do I need to set up a proxy for the Scraper APIs?
Can I use ZenRows Scraper APIs with different programming languages?
Can I scrape localized versions of a website?
.tld
) and country
parameters to target localized versions of a website.
What happens if my request fails?
How can I optimize my API requests for performance?
Can I use ZenRows for large-scale data extraction?