Crawler Puppeteer
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jan Curn
Actor stats
2
Bookmarked
3
Total users
1
Monthly active users
7 years ago
Last modified
Categories
Share
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jan Curn
Actor stats
2
Bookmarked
3
Total users
1
Monthly active users
7 years ago
Last modified
Categories
Share
You can access the Crawler Puppeteer 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": "http://example.com"< },< {< "url": "http://iana.org"< }< ],< "pseudoUrls": [< {< "purl": "https://www.iana.org/[((?!\\\\.pdf$).)*]"< }< ],< "linkSelector": "a",< "pageFunction": "async ({ request, page, keyValueStore, log }) => {\\n const title = await page.title();\\n log.info(`Title of page with url ${request.url} is: ${title}`);\\n await keyValueStore.setValue(Math.random().toString(36), { title });\\n return { title }\\n}",< "proxyConfiguration": {< "useApifyProxy": false< }<}' |<apify call jancurn/crawler-puppeteer --silent --output-datasetThe Apify CLI is the official tool that allows you to use Crawler Puppeteer locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing NPM:
$npm install -g apify-cliOther API clients include: