DataDome Web Scraper avatar
DataDome Web Scraper

Pricing

$20.00/month + usage

Go to Store
DataDome Web Scraper

DataDome Web Scraper

Developed by

ecomscrape

ecomscrape

Maintained by Community

DataDome Web Scraper extracts data from DataDome-protected websites. You can customize parameters such as proxies, timeouts, and JavaScript execution, making it ideal for reports, spreadsheets, and applications.

0.0 (0)

Pricing

$20.00/month + usage

0

Total users

9

Monthly users

2

Runs succeeded

>99%

Last modified

4 months ago

You can access the DataDome Web Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "urls": [
< "https://www.etsy.com/market/top_sellers?ref=pagination&page=3"
< ],
< "js_script": "return 10 + 10 + 20",
< "page_is_loaded_before_running_script": true,
< "execute_js_async": false,
< "retrieve_html_from_url_after_loaded": true,
< "js_timeout": 10,
< "max_retries_per_url": 2,
< "proxy": {
< "useApifyProxy": false
< }
<}' |
<apify call ecomscrape/datadome-web-scraper --silent --output-dataset

DataDome Web Scraper API through CLI

The Apify CLI is the official tool that allows you to use DataDome Web Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: