Skip to main content
Server path: /apify | Type: Application | PCID required: Yes

Tools


apify_abort_run

Abort a running actor run. Use this to stop a run that is taking too long or is no longer needed. Parameters:

apify_get_actor_details

Retrieve detailed information about a specific Actor including its input schema, README, and version info. Parameters:

apify_get_dataset

Get metadata about a specific dataset including item count, size, and creation date. Parameters:

apify_get_dataset_items

Retrieve items from an Apify dataset. Datasets store structured data from actor runs. Use this to get the scraped/extracted data after an actor run completes. Parameters:

apify_get_dataset_schema

Generate a JSON schema from the items in a dataset. Useful for understanding the structure of scraped data. Parameters:

apify_get_doc

Fetch the full content of an Apify documentation page by its URL. Use after searching to get detailed information. Parameters:

apify_get_key_value_store

Get metadata about a specific key-value store including record count and size. Parameters:

apify_get_key_value_store_record

Get a specific record from a key-value store. Key-value stores hold various data like screenshots, HTML snapshots, or JSON configuration. Parameters:

apify_get_run

Get the status and details of an actor run. Use this to check if a run has completed and to retrieve its results. Parameters:

apify_get_run_log

Retrieve the logs for a specific Actor run. Useful for debugging failed runs or monitoring progress. Parameters:

apify_list_actors

List actors owned by the authenticated user. Use this to discover available actors in your account. Parameters:

apify_list_datasets

List all datasets available to the user. Datasets store structured data from actor runs. Parameters:

apify_list_key_value_store_keys

List all keys within a specific key-value store. Use this to discover what data is stored. Parameters:

apify_list_key_value_stores

List all key-value stores available to the user. Key-value stores hold various data like screenshots, HTML, or JSON. Parameters:

apify_list_runs

List runs of a specific actor or all runs. Use this to see the history of actor executions. Parameters:

apify_run_actor

Run an Apify Actor with the specified input. Actors are pre-built automation tools for web scraping, data extraction, and browser automation. Use this to start a new run of any actor from the Apify Store or your own actors. Parameters:

apify_search_docs

Search the Apify documentation for relevant pages. Use this to find information about Apify features, APIs, and best practices. Parameters:

apify_search_store_actors

Search for actors in the Apify Store. Use this to discover pre-built actors for web scraping, automation, and data extraction tasks. Parameters: