Conversation
…token storage instructions
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…n integration, etc
daveomri
marked this pull request as ready for review
September 14, 2026 07:38
- Use the app's **Wait for Finish** casing, consistent with the other UI labels on the page - Point the Actor task alternative at **Get dataset items**, since **Run task** returns the run without its output - Make the large-output bullets consistently punctuated Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KjACXcv8gdDnNzCjsAs23M
marcel-rbro
requested changes
Sep 18, 2026
| - **Get key-value store record** - Retrieves a record from a [key-value store](/storage/key-value-store). | ||
| - **Run Actor** - Runs a selected Actor and, by default, waits for it to finish and returns the `OUTPUT` record. Input fields are generated from the Actor's input schema. Optional fields: **Build**, **Timeout (seconds)**, **Memory (MB)**, **Max Items**, **Max Total Charge USD**, **Webhook URL**, and **Output Record Key**. | ||
| - **Run task** - Runs a selected task and, by default, waits for it to finish and returns the run, without its output. Use **Override Input (JSON)** to replace the task's saved input for a single run, and leave it empty to use the saved input. Optional fields: **Build**, **Timeout (seconds)**, and **Memory (MB)**. | ||
| - **Scrape single URL** - Runs [Website Content Crawler](https://apify.com/apify/website-content-crawler) on a specified URL and returns its content as HTML. Use this for extracting content from a single page, e.g. in LLM workflows. **Crawler Type** selects the engine: **Firefox (Headless Browser)** renders JavaScript (the default), **Cheerio (Raw HTTP)** sends raw HTTP requests and renders none, and **Adaptive** switches per page. |
Contributor
There was a problem hiding this comment.
Can you confirm the engine list? On master the crawlerType prop has four options and this covers three, missing playwright:chrome — the suggestion assumes it's still there and uses the app's own labels. The adaptive option's label is a full sentence in the app, so there's no short name to bold.
Suggested change
| - **Scrape single URL** - Runs [Website Content Crawler](https://apify.com/apify/website-content-crawler) on a specified URL and returns its content as HTML. Use this for extracting content from a single page, e.g. in LLM workflows. **Crawler Type** selects the engine: **Firefox (Headless Browser)** renders JavaScript (the default), **Cheerio (Raw HTTP)** sends raw HTTP requests and renders none, and **Adaptive** switches per page. | |
| - **Scrape single URL** - Runs [Website Content Crawler](https://apify.com/apify/website-content-crawler) on a specified URL and returns its content as HTML. Use this for extracting content from a single page, e.g. in LLM workflows. **Crawler Type** selects the engine: **Headless browser (stealthy Firefox+Playwright)** is the default, **Headless browser (Chrome+Playwright)** also renders JavaScript, **Raw HTTP client (Cheerio)** sends raw HTTP requests and renders none, and the adaptive option switches between raw HTTP and Chrome per page. |
Collaborator
Author
There was a problem hiding this comment.
This documents the pending release on fix/668-pipedream-retest-fixes, not master.
The crawlerType is down to three options; playwright:chrome was dropped, and the labels are the short ones used here.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Pipedream integration doc to match the connector changes from the retest, plus some housekeeping.
What changed
Note
** Merge this alongside the connector release**, not before.