Apify
Overview
The Apify source connector lets you authenticate with the Apify API. The connector is currently under development: it supports credential validation, but does not yet expose streams or support extraction.
Requirements
- An Apify account
- An Apify API token
Authentication
This connector uses an Apify API token.
Create an API token in Apify
- In Apify, go to Settings (or Integrations / API depending on your UI version).
- Create or copy an API token.
- Store it securely; you’ll paste it into the connector configuration.
How credentials are validated
On connection setup, the connector validates your token by calling:
GET https://api.apify.com/v2/users/me
If the request fails, you’ll see an authentication/credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your Apify API token used for Bearer authentication to the Apify API. |
Streams
No streams are currently available.
Limitations
- Extraction is not yet implemented. Runs will fail with a message indicating the connector is still in development.
- Catalog discovery is not yet implemented. The connector currently returns an empty catalog.