Skip to main content

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

  1. In Apify, go to Settings (or Integrations / API depending on your UI version).
  2. Create or copy an API token.
  3. 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

FieldTypeRequiredDescription
api_tokenstringYour 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.