- Run Actors to scrape websites and automate browser workflows
- Track an Actor run until it finishes
- Read the scraped results from Apify datasets and key-value stores
- List your recent Actor runs and their datasets
Common use cases and example apps
These examples show what you can build with Apify, each with a prompt to start from.How to connect Apify
Who can create Apify connections depends on your plan and workspace settings. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it in Connectors → Admin settings → App + chat connectors. You can create multiple Apify connections using different API tokens, which is useful for separating environments (for example, development and production) or managing usage limits. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Apify, make sure you have:- An Apify account
- An Apify API token
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All Actor runs and API usage through this connector count toward your Apify plan. Billing and quota are handled directly by Apify, not Lovable.
Step 1: Get an Apify API token
An Apify API token lets your Lovable app authenticate with the Apify API. To create an Apify API token:1
Open your Apify account
Sign in to the Apify Console.
2
Open Integrations
Go to Settings → API & Integrations, or open the Integrations page directly. Your API tokens are listed there.
3
Create a token
Create a new API token and give it a descriptive name, for example
Lovable integration.4
Copy the token
Copy the token and store it securely. Newer tokens start with
apify_api_. Older tokens may look different.Step 2: Connect Apify to Lovable
You can create multiple connections using different API tokens.1
Open Apify in Connectors
Open Connectors and select Apify. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Apify Prod. This name is only used inside Lovable to identify the connection. - API token: paste your Apify API token. Get value next to the field opens the Apify Integrations page.
4
Choose who can use this connection
Under Sharing, the connection is private to you by default and shows a Private label. To share it, click Share with others. Then add workspace members by email, or click Invite entire workspace to make the connection available to everyone in your Lovable workspace.See Who can use connections and clients for more information.
5
Connect
Click Connect. Lovable verifies the token against the Apify API before saving the connection.
Working with long-running Actors
Actor runs can take minutes to finish, and Apify rate-limits both runs and dataset reads. When you ask Lovable to build a feature around them, ask it to start the run, poll the run status at a slow interval until it finishes, and then read the dataset. For short jobs, Apify can run an Actor and return its dataset items in one call. If a run or dataset request returns429, Apify is rate-limiting your account. Ask Lovable to back off and retry rather than re-sending at a fixed interval.
Limitations
The Apify connector cannot:- Rotate API tokens automatically. To rotate, create a new token in Apify and update the Lovable connection.
- Support per-end-user Apify login. Each connection represents a single Apify account shared across all projects linked to it.
Manage your Apify connection
Connections are managed from Connectors: select Apify, then open the connection.- Unlink projects to remove Apify access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
- Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use Apify stop working until a new connection is added. See Delete a connection for the steps and who can delete.