Camoufox Scraper avatar

Camoufox Scraper

Try for free

No credit card required

Go to Store
Camoufox Scraper

Camoufox Scraper

josef.prochazka/camoufox-scraper
Try for free

No credit card required

Simple actor that uses Playwright with Camoufox to test if a specific website blocking mechanisms can be bypassed by using Camoufox.

You can access the Camoufox Scraper programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://crawlee.dev"
5    }
6  ],
7  "maxCrawlingDepth": 1,
8  "maxRequestsPerCrawl": 1,
9  "requestTimeout": 30,
10  "linkSelector": "a[href]",
11  "linkPatterns": [
12    ".*crawlee\\\\.dev.*"
13  ],
14  "pageFunction": "from typing import Any\\nfrom crawlee.crawlers import PlaywrightCrawlingContext\\n \\nasync def page_function(context: PlaywrightCrawlingContext) -> Any:\\n    url = context.request.url\\n    title = await context.page.locator(\\"title\\").first.inner_text()\\n    return {'\''url'\'': url, '\''title'\'': title}\\n",
15  "proxyConfiguration": {
16    "useApifyProxy": true
17  }
18}' |
19apify call josef.prochazka/camoufox-scraper --silent --output-dataset

Camoufox Scraper API through CLI

The Apify CLIis the official tool that allows you to use Camoufox Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified a day ago