Conversation
Add documentation for the Apify-Pipedream integration covering connection setup, triggers, actions, and available operations. Closes #2383 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
| - **Run Actor** - Runs a selected Actor with customizable input and configuration. | ||
| - **Run task** - Runs a selected Actor task and optionally waits for it to finish. | ||
| - **Run task synchronously** - Runs a selected task and returns its dataset items when it finishes. | ||
| - **Scrape single URL** - Runs a scraper on a specified URL and returns its content as HTML. Use this for extracting content from a single page, e.g. in LLM workflows. |
There was a problem hiding this comment.
Are you sure about html isnt it markdown?
There was a problem hiding this comment.
I got the info from here:
description: "Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. See the documentation",
And they actually reference our docs: https://docs.apify.com/sdk/js/docs/guides/crawl-single-url
|
|
||
| 1. Log into your Pipedream account and [create a new workflow](https://pipedream.com/docs/workflows). | ||
| 1. [Add an Apify step](https://pipedream.com/docs/workflows/building-workflows/steps) (trigger or action) to your workflow. | ||
| 1. Select **Connect Apify** and enter your Apify API token. Find it in [Apify Console](https://console.apify.com/settings/integrations) under **Settings > Integrations**. See [connected accounts](https://pipedream.com/docs/apps/connected-accounts) for more details. |
There was a problem hiding this comment.
It is possible to use OAuth as well. Can you check?
|
General comment: seems we have screenshots in the other integration docs. Why did not put it here as well? |
Summary
New page contents
Closes #2383
Test plan
/integrations/pipedream🤖 Generated with Claude Code