Camoufox Scraper avatar
Camoufox Scraper

Pricing

Pay per usage

Go to Store
Camoufox Scraper

Camoufox Scraper

Developed by

Josef Procházka

Josef Procházka

Maintained by Community

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

0.0 (0)

Pricing

Pay per usage

0

Total users

6

Monthly users

4

Runs succeeded

96%

Last modified

4 months ago

You can access the Camoufox 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://crawlee.dev"
< }
< ],
< "maxCrawlingDepth": 1,
< "maxRequestsPerCrawl": 1,
< "requestTimeout": 30,
< "linkSelector": "a[href]",
< "linkPatterns": [
< ".*crawlee\\\\.dev.*"
< ],
< "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",
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}' |
<apify call josef.prochazka/camoufox-scraper --silent --output-dataset

Camoufox Scraper API through CLI

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