Apify integration
Apify is a platform for building, deploying, and managing web scraping and…
- Provider
- apify
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 113 available
Quick start
Call Apify from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Apify's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"APIFY_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own Apify API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
113 actions exposed via the
Apify integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
APIFY_ACT_BUILDS_POST -
APIFY_ACTOR_BUILD_ABORT_POST -
APIFY_ACTOR_BUILD_DELETE -
APIFY_ACTOR_BUILD_GET -
APIFY_ACTOR_BUILD_LOG_GET -
APIFY_ACTOR_BUILDS_GET -
APIFY_ACTOR_RUN_ABORT_POST -
APIFY_ACTOR_RUN_DELETE -
APIFY_ACTOR_RUN_GET -
APIFY_ACTOR_RUN_PUT -
APIFY_ACTOR_TASK_DELETE -
APIFY_ACTOR_TASK_GET
Show all 113 actions
-
APIFY_ACTOR_TASK_PUT -
APIFY_ACTOR_TASK_RUNS_LAST_GET -
APIFY_ACTOR_TASK_RUN_SYNC_GET -
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_GET -
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_POST -
APIFY_ACTOR_TASK_RUN_SYNC_POST -
APIFY_ACT_PUT -
APIFY_ACT_RUNS_LAST_GET -
APIFY_ACT_RUN_SYNC_GET -
APIFY_ACT_RUN_SYNC_GET_DATASET_ITEMS_GET -
APIFY_ACTS_GET -
APIFY_ACT_VERSION_DELETE -
APIFY_ACT_VERSION_ENV_VAR_DELETE -
APIFY_ACT_VERSION_ENV_VAR_GET -
APIFY_ACT_VERSION_ENV_VAR_PUT -
APIFY_ACT_VERSION_ENV_VARS_GET -
APIFY_ACT_VERSION_ENV_VARS_POST -
APIFY_ACT_VERSION_GET -
APIFY_ACT_VERSION_PUT -
APIFY_ACT_VERSIONS_GET -
APIFY_ACT_VERSIONS_POST -
APIFY_ACT_WEBHOOKS_GET -
APIFY_CREATE_ACTOR -
APIFY_CREATE_DATASET -
APIFY_CREATE_TASK -
APIFY_CREATE_TASK_WEBHOOK -
APIFY_DATASET_DELETE -
APIFY_DATASET_GET -
APIFY_DATASET_PUT -
APIFY_DATASETS_GET -
APIFY_DATASET_STATISTICS_GET -
APIFY_DELETE_ACTOR -
APIFY_DELETE_WEBHOOK -
APIFY_GET_ACTOR -
APIFY_GET_ACTOR_LAST_RUN_DATASET_ITEMS -
APIFY_GET_ALL_WEBHOOKS -
APIFY_GET_DATASET_ITEMS -
APIFY_GET_DEFAULT_BUILD -
APIFY_GET_KEY_VALUE_RECORD -
APIFY_GET_LIST_OF_BUILDS -
APIFY_GET_LIST_OF_RUNS -
APIFY_GET_LIST_OF_TASK_RUNS -
APIFY_GET_LIST_OF_TASKS -
APIFY_GET_LIST_OF_TASK_WEBHOOKS -
APIFY_GET_LOG -
APIFY_GET_OPEN_API_DEFINITION -
APIFY_GET_RUN_DATASET_ITEMS -
APIFY_GET_TASK_INPUT -
APIFY_GET_TASK_LAST_RUN_DATASET_ITEMS -
APIFY_KEY_VALUE_STORE_DELETE -
APIFY_KEY_VALUE_STORE_GET -
APIFY_KEY_VALUE_STORE_KEYS_GET -
APIFY_KEY_VALUE_STORE_RECORD_DELETE -
APIFY_KEY_VALUE_STORE_RECORD_HEAD -
APIFY_KEY_VALUE_STORES_GET -
APIFY_KEY_VALUE_STORES_POST -
APIFY_LIST_USER_RUNS -
APIFY_REQUEST_QUEUE_DELETE -
APIFY_REQUEST_QUEUE_GET -
APIFY_REQUEST_QUEUE_HEAD_GET -
APIFY_REQUEST_QUEUE_HEAD_LOCK_POST -
APIFY_REQUEST_QUEUE_PUT -
APIFY_REQUEST_QUEUE_REQUEST_DELETE -
APIFY_REQUEST_QUEUE_REQUEST_GET -
APIFY_REQUEST_QUEUE_REQUEST_LOCK_DELETE -
APIFY_REQUEST_QUEUE_REQUEST_LOCK_PUT -
APIFY_REQUEST_QUEUE_REQUEST_PUT -
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_DELETE -
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_POST -
APIFY_REQUEST_QUEUE_REQUESTS_GET -
APIFY_REQUEST_QUEUE_REQUESTS_POST -
APIFY_REQUEST_QUEUE_REQUESTS_UNLOCK_POST -
APIFY_REQUEST_QUEUES_GET -
APIFY_REQUEST_QUEUES_POST -
APIFY_RESURRECT_RUN -
APIFY_RUN_ACTOR -
APIFY_RUN_ACTOR_SYNC -
APIFY_RUN_ACTOR_SYNC_GET_DATASET_ITEMS -
APIFY_RUN_TASK -
APIFY_SCHEDULE_DELETE -
APIFY_SCHEDULE_GET -
APIFY_SCHEDULE_LOG_GET -
APIFY_SCHEDULE_PUT -
APIFY_SCHEDULES_GET -
APIFY_SCHEDULES_POST -
APIFY_STORE_DATA_IN_DATASET -
APIFY_STORE_DATA_IN_KEY_VALUE_STORE -
APIFY_STORE_GET -
APIFY_UPDATE_KEY_VALUE_STORE -
APIFY_UPDATE_TASK_INPUT -
APIFY_USER_GET -
APIFY_USERS_ME_GET -
APIFY_USERS_ME_LIMITS_GET -
APIFY_USERS_ME_LIMITS_PUT -
APIFY_USERS_ME_USAGE_MONTHLY_GET -
APIFY_WEBHOOK_DISPATCHES_GET -
APIFY_WEBHOOK_DISPATCH_GET -
APIFY_WEBHOOK_GET -
APIFY_WEBHOOK_PUT -
APIFY_WEBHOOK_TEST_POST -
APIFY_WEBHOOK_WEBHOOK_DISPATCHES_GET
Build with Apify
Open OverSkill, describe what you want to build, and reference Apify in your prompt — the AI will wire up the integration automatically.