Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
Tool to create a new actor with specified configuration. use when you need to initialize a fresh actor programmatically before publishing or running it.
Tool to create a new dataset. use when you need to initialize or retrieve a dataset by name.
Tool to create a new actor task with specified settings. use when you need to configure or schedule recurring actor runs programmatically.
Tool to create a webhook for an actor task. use when you need external notifications about task run events (e.g., completion or failure) in downstream systems.
Tool to delete an actor permanently. use when you need to remove an actor by its id or username~actorname. confirm before calling.
Tool to delete a webhook by its id. use when removing a webhook after confirming the webhook id.