Web Scraper API
Learn to use Web Scraper API to scrape any public website you need. Find code examples, parameter usage, localization, targets, and much more.
Getting started
Request samples
curl 'https://realtime.oxylabs.io/v1/queries' \
--user "USERNAME:PASSWORD" \
-H "Content-Type: application/json" \
-d '{
"source": "amazon_product",
"query": "B07FZ8S74R",
"geo_location": "90210",
"parse": true
}'curl 'https://realtime.oxylabs.io/v1/queries' \
--user 'USERNAME:PASSWORD' \
-H 'Content-Type: application/json' \
-d '{
"source": "google_search",
"query": "adidas",
"geo_location": "California,United States",
"parse": true
}'curl 'https://realtime.oxylabs.io/v1/queries' \
--user 'USERNAME:PASSWORD' \
-H 'Content-Type: application/json' \
-d '{
"source": "universal",
"url": "https://sandbox.oxylabs.io/"
}'Request parameter values
Scraping with URLs or parametrized inputs
Target
Source (Scraping URL)
Source (Using Query, Product or Video ID)
Testing via Scraper APIs Playground
Testing via Postman
Last updated
Was this helpful?

