Apify
Tools
Name & Description | Type |
---|---|
APIFY_CREATE_ACTORTool to create a new actor with specified configuration. | action |
APIFY_CREATE_DATASETTool to create a new dataset. | action |
APIFY_CREATE_TASKTool to create a new actor task with specified settings. | action |
APIFY_CREATE_TASK_WEBHOOKTool to create a webhook for an actor task. | action |
APIFY_DELETE_ACTORTool to delete an actor permanently. | action |
APIFY_DELETE_WEBHOOKTool to delete a webhook by its id. | action |
APIFY_GET_ACTORTool to get details of a specific actor. | action |
APIFY_GET_ALL_WEBHOOKSTool to get a list of all webhooks created by the user. | action |
APIFY_GET_DATASET_ITEMSTool to retrieve items from a dataset. | action |
APIFY_GET_DEFAULT_BUILDTool to get the default build for an actor. | action |
APIFY_GET_KEY_VALUE_RECORDTool to retrieve a record from a key-value store. | action |
APIFY_GET_LIST_OF_BUILDSTool to get a list of builds for a specific actor. | action |
APIFY_GET_LIST_OF_RUNSTool to get a list of runs for a specific actor. | action |
APIFY_GET_LIST_OF_TASKSTool to fetch a paginated list of tasks belonging to the authenticated user. | action |
APIFY_GET_LIST_OF_TASK_RUNSTool to get a list of runs for a specific actor task. | action |
APIFY_GET_LIST_OF_TASK_WEBHOOKSTool to get a list of webhooks for a specific actor task. | action |
APIFY_GET_LOGTool to retrieve logs for a specific actor run or build. | action |
APIFY_GET_OPEN_API_DEFINITIONTool to get the openAPI definition for a specific actor build. | action |
APIFY_GET_TASK_INPUTTool to retrieve the input configuration of a specific task. | action |
APIFY_RESURRECT_RUNTool to resurrect a finished actor run. | action |
APIFY_RUN_ACTORTool to run a specific actor asynchronously. | action |
APIFY_RUN_ACTOR_SYNCTool to run a specific actor synchronously with input and return its output record. | action |
APIFY_RUN_ACTOR_SYNC_GET_DATASET_ITEMSTool to run an actor synchronously and retrieve its dataset items. | action |
APIFY_RUN_TASKTool to run a specific actor task asynchronously. | action |
APIFY_STORE_DATA_IN_DATASETTool to store data items in a dataset. | action |
APIFY_STORE_DATA_IN_KEY_VALUE_STORETool to create or update a record in a key-value store. | action |
APIFY_UPDATE_KEY_VALUE_STORETool to update a key-value store's properties. | action |
APIFY_UPDATE_TASK_INPUTTool to update the input configuration of a specific actor task. | action |