Connecting
In the dashboard, open Connectors, find Apify and press Connect. The key you enter is checked against Apify before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Create a token at console.apify.com under Settings → Integrations
- Paste it into the connector
Notes
- Every Actor takes different input.
startUrls.0.url,maxCrawlPagesandquerycover the common scraping and search Actors; an Actor wanting something unusual may not be reachable through these parameters. Its input schema is on its page. run_actorwaits for the result and suits short jobs. Anything long should usestart_actor, thenget_rununtil it has SUCCEEDED, thenget_dataset_items.- Actor runs consume Apify compute units and are charged.