ActionScrapingBeeUpdated June 2026

How do I scrape a URL with ScrapingBee?

Short answer: You can scrapingbee scrape url in ScrapingBee by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ScrapingBee ScrapingBee Scrape URL action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

ScrapingBee Scrape URL in ScrapingBee — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
URL
url
stringRequiredURL (required)
Render JS
render_js
optionsOptionalRender JS. Options: Yes, No
Premium Proxy
premium_proxy
optionsOptionalPremium Proxy. Options: Yes, No
Country Code
country_code
stringOptionalus
Sample request
{
"url": "e.g. https://example.com/path",
"render_js": "{{trigger.render_js}}",
"premium_proxy": "{{trigger.premium_proxy}}",
"country_code": "us"
}
Returns
"<html>...</html>"

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for ScrapingBee Scrape URL.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about ScrapingBee Scrape URL.

What does the ScrapingBee Scrape URL action do in ScrapingBee?
Fetches a URL with optional JS rendering and bot-evasion handling. Returns rendered HTML or extracted structured data (via extract_rules). For scraping JavaScript-heavy or moderately-protected sites.
What inputs does ScrapingBee Scrape URL require?
Required: URL. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if ScrapingBee returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does ScrapingBee Scrape URL support batch operations?
Yes. Run ScrapingBee Scrape URL inside a Loop node to process arrays. TinyCommand handles ScrapingBee's rate limits automatically so you don't have to throttle manually.
ScrapingBee Scrape URL in ScrapingBee — start free