| id | title |
|---|---|
puppeteer-with-proxy |
Puppeteer with proxy |
import CodeBlock from '@theme/CodeBlock';
import CrawlSource from '!!raw-loader!roa-loader!./puppeteer_with_proxy.ts';
This example demonstrates how to load pages in headless Chrome / Puppeteer over Apify Proxy.
To make it work, you'll need an Apify account with access to the proxy. Visit the Apify platform introduction to find how to log into your account from the SDK.
:::tip
To run this example on the Apify Platform, select the apify/actor-node-puppeteer-chrome image for your Dockerfile.
:::
{CrawlSource}