Skip to main content
Thousands of ready-made scrapers, run by id. For the source with no API — a directory, a review site.

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

  1. Create a token at console.apify.com under Settings → Integrations
  2. Paste it into the connector

Notes

  • Every Actor takes different input. startUrls.0.url, maxCrawlPages and query cover 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_actor waits for the result and suits short jobs. Anything long should use start_actor, then get_run until it has SUCCEEDED, then get_dataset_items.
  • Actor runs consume Apify compute units and are charged.

What an agent can do with it

Useful resources