Cloudflare Web Scraper avatar
Cloudflare Web Scraper

Pricing

$50.00/month + usage

Go to Store
Cloudflare Web Scraper

Cloudflare Web Scraper

Developed by

Tin Duong

Tin Duong

Maintained by Community

Prevents Puppeteer from being detected as a bot in services like Cloudflare and allows you to pass captchas without any problems

0.0 (0)

Pricing

$50.00/month + usage

2

Total users

104

Monthly users

6

Runs succeeded

>99%

Last modified

6 months ago

You can access the Cloudflare 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 '{
< "startUrls": [
< {
< "url": "https://de.indeed.com/jobs?q=Assistenzarzt+Chirurgie&filter=0"
< }
< ],
< "waitForSeconds": 10,
< "waitForTitle": "Security Check",
< "waitForUrl": "vkj=",
< "pageFunction": "($) => {\\n return { count: $('\''.jobsearch-JobCountAndSortPane-jobCount'\'').text()}\\n}",
< "proxyConfig": {
< "useApifyProxy": true
< }
<}' |
<apify call dtrungtin/cloudflare-web-scraper --silent --output-dataset

Cloudflare Web Scraper API through CLI

The Apify CLI is the official tool that allows you to use Cloudflare 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: