← Tools Reference

Apify

Apify integration (Developer Tools, Data). Imported from open-connector.

API key4 toolshttps://api.apify.com
GET
apify_get_current_user
Retrieve the currently authenticated Apify user account.

/v2/users/me

GET
apify_get_actor
Retrieve metadata for one Apify actor by identifier.

/v2/acts/{actorId}

1 parameter
ParamTypeRequiredDescription
actorIdstringrequiredThe Apify actor identifier, such as apify~web-scraper or apify/web-scraper.
GET
apify_get_run
Retrieve the current status and storage identifiers for one Apify actor run.

/v2/actor-runs/{runId}

2 parameters
ParamTypeRequiredDescription
runIdstringrequiredThe Apify actor run identifier.
waitForFinishSecondsintegeroptionalHow many seconds to wait for run completion before returning.
GET
apify_get_dataset_items
Retrieve JSON items from one Apify dataset.

/v2/datasets/{datasetId}/items

5 parameters
ParamTypeRequiredDescription
datasetIdstringrequiredThe Apify dataset identifier.
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalHow many items to skip before returning results.
cleanbooleanoptionalWhether hidden fields and empty values should be removed from each item.
skipHiddenbooleanoptionalWhether fields starting with a hash sign should be skipped.