pipedream
pipedream copied to clipboard
[Components] apify
apify
URLs
- https://docs.apify.com/api/v2#/introduction
Polling Sources
new-finished-actor-run-instant
Prompt
Emit new event when a selected actor is run and finishes. Props include a required actorId to identify the actor. An optional prop could be a runStatus to filter runs based on their status.
URLs
- https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/create-webhook
new-finished-task-run-instant
Prompt
Emit new event when a selected task is run and finishes. Props include a required taskId to identify the task. An optional prop could be a runStatus to filter runs based on their status.
URLs
- https://docs.apify.com/api/v2#/reference/webhooks/webhook-collection/create-webhook
Actions
run-actor
Prompt
Perform an execution of a selected actor in Apify. The prop required is the 'actor Id' to select the specific actor.
URLs
- https://docs.apify.com/api/v2#/reference/actors/actor-collection/get-list-of-actors
- https://docs.apify.com/api/v2#/reference/actors/build-collection/get-list-of-builds
- https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor
set-key-value-store-record
Prompt
Create or update a record in the key-value store of Apify. It requires two props: 'Key' to denote the record and 'Value' for updating or creating the new record.
URLs
- https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/get-list-of-key-value-stores
- https://docs.apify.com/api/v2#/reference/key-value-stores/record/put-record
scrape-single-url
Prompt
Execute a scraper on a specific website and return its content as text. This action is perfect for extracting content from a single page. The prop required is 'URL' to denote the web page to scrape.
URLs
- https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53