Scrapingdog Documentation
A Web Scraping API & Tools. Collect the data you need.
Credit Cost for your requests
Feature used | API credit cost |
---|---|
Rotating Proxy with JavaScript Rendering | 5 |
Premium Proxies with JavaScript Rendering | 25 |
Rotating Proxy without JavaScript Rendering | 1 |
Premium Proxies without JavaScript Rendering | 10 |
300 | |
20 |
Quick Start
It's very easy to get started. See this example below:
curl "https://api.scrapingdog.com/scrape?api_key=f4390765312675t332&url=http://httpbin.org/ip"
This will generate a HTML response as shown in Results.
Results
<html>
<head>
</head>
<body>
<pre style="word-wrap: break-word; white-space: pre-wrap;">
{"origin":"176.12.80.34"}
</pre>
</body>
</html>