Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Create an Apify account: Sign up at https://console.apify.com - the free plan includes monthly platform credits, enough for testing small actor runs.
  2. Copy your API token: In the Apify Console go to Settings → API & Integrations (https://console.apify.com/settings/integrations) and copy your personal API token (apify_api_…).
  3. Store the token: Add it to your .env file as APIFY_TOKEN=apify_api_…
  4. Verify access: Run the List Actors tool. To run a store actor you have not used before, reference it as usernameactorname (e.g. apifyweb-scraper) - each actor’s input schema is on its store page.
  • Actor runs consume platform credits based on compute, memory, and storage - check the actor’s pricing on the Apify Store
  • Run Actor (Sync) waits up to 300 seconds; for longer scrapes start the run asynchronously in the Apify Console and fetch results with Get Dataset Items
  • Responses are wrapped in a ‘data’ property; dataset item responses are plain arrays
Provider API reference: https://docs.apify.com/api/v2

Tools

Example prompts

  • Run an Apify actor to scrape a website I specify and summarize the extracted data.
  • List my recent Apify actor runs with their statuses and fetch the dataset items of the latest successful one.