Web Scraper API
Last updated
Was this helpful?
Last updated
Was this helpful?
is an all-in-one web data collection platform. It covers every stage of web scraping, from crawling URLs and bypassing IP blocks to precise data parsing and delivery to your preferred cloud storage. Extract data from search engines, e-commerce sites, travel platforms, and any other website.
Create your API user credentials: Sign up for a free trial or purchase the product in the to create your API user credentials (USERNAME
and PASSWORD
).
If you need more than one API user for your account, please contact our or message our 24/7 live chat support.
Below, you'll find sample cURL requests. For examples in other programming languages, please refer to the relevant sections: , , .
We use synchronous integration method in our examples. If you would like to use or asynchronous integration, refer to the section.
source - This parameter sets the scraper that will be used to process your request.
URL or query - Provide the URL
or query
for the type of page you want to scrape. Refer to the table below and the corresponding target sub-pages for detailed guidance on when to use each parameter.
- mandatory parameter
amazon
amazon_product,
amazon_search
,
amazon_pricing
,
amazon_sellers,
amazon_bestsellers,
amazon_reviews
,
amazon_questions
google
google_search
,
google_ads
,
google_images
,
google_lens
,
google_maps
,
google_travel_hotels
,
google_suggest
,
google_trends_explore,
google_shopping_product
,
google_shopping_search
,
google_shopping_pricing
bing
bing_search
kroger
kroger_product
,
kroger_search
Using url
parameter is not supported
youtube_transcript
universal
Using query
parameter is not supported
Optionally, you can include additional parameters such as geo_location
, user_agent_type
, parse
(find the list of our parsers ), render
and more to customize your scraping request. Read more: .
Try and in the .
Get started with our API using Postman, a handy tool for making HTTP requests. Download our and import it. This collection includes examples that demonstrate the functionality of the scraper. Customize the examples to your needs or start scraping right away.
For step-by-step instructions, watch our video tutorial below. If you're new to Postman, check out this short .