Access web content and WHOIS data through a simple, reliable API with global proxy network support
Why choose ScrapeAPI for your data needs
Access content from different regions with our distributed proxy network across North America, Europe, and Asia.
Perform WHOIS queries for any IP address or domain with accurate and structured results.
Fast response times and reliable service with high availability across all regions.
Simple and powerful endpoints for your scraping needs
Our API is available through three regional endpoints. All endpoints provide the same functionality but are hosted in different regions:
api.scrapeapi.dev
- Main endpointde.scrapeapi.dev
- German regionfi.scrapeapi.dev
- Finnish regionFor all examples below, we'll use the main endpoint (api.scrapeapi.dev
), but you can
substitute any of the regional endpoints as needed.
Fetch content from any URL with our scraping API.
https://api.scrapeapi.dev/
The URL to scrape (required for web scraping)
Example: https://api.ipapi.is
Note: Cannot be used together with whoisQuery
Specify the response content type (optional)
Options: text/plain
, application/json
(default)
curl 'https://api.scrapeapi.dev/?url=https://api.ipapi.is'
curl 'https://api.scrapeapi.dev/?url=https://api.ipapi.is&type=text/plain'
Perform WHOIS lookups for IP addresses with our dedicated WHOIS API.
https://api.scrapeapi.dev/
The IP address to query (required for WHOIS lookups)
Example: 68.144.0.0
Note: Cannot be used together with url
Specify the response content type (recommended: text/plain for WHOIS)
Value: text/plain
curl 'https://api.scrapeapi.dev/?whoisQuery=68.144.0.0&type=text/plain'
curl 'https://api.scrapeapi.dev/?whoisQuery=216.227.208.0&type=text/plain'
Test our API directly from your browser
Results will appear here
Results will appear here
Simple, transparent pricing for all your needs