
Camoufox Scraper
Pricing
Pay per usage

Camoufox Scraper
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
Monthly users
3
Runs succeeded
97%
Last modified
2 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.
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 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
1npm i -g apify-cli
2apify login
Other API clients include:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.