Introduction
This integration enables users to execute Apify actors directly from Clay workflows. By leveraging Apify's powerful web scraping and automation capabilities, users can retrieve structured data from websites and incorporate it into their Clay projects. The action allows for seamless running of Apify actors and retrieval of results, enhancing data collection and processing capabilities within the Clay environment.
Provider: https://apify.com
โAPI Documentation: https://help.apify.com/en/articles/3224035-run-actor-task-and-retrieve-data-via-api
Input
Name | Is Optional | Description | Type |
Apify Actor | The actor to pull data from. | text | |
Input Data | true | Enter the data body to include, e.g. {"email": "[email protected]", "name": "Sam"} When using column tokens in a value, keep the key in quotes, but do not wrap the value in quotes e.g. { "email": #{{email field}}, "name": #{{name field}} } | longtext |