- Integrations
- /
- ScrapingBee
- /
- Actions
- /
- ScrapingBee Scrape URL
ActionScrapingBeeUpdated May 2026
How do I scrape a URL with ScrapingBee?
Short answer: Drop the "ScrapingBee → ScrapingBee Scrape URL" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
URL url | string | Required | URL (required) |
Render JS render_js | options | Optional | Render JS. Options: Yes, No |
Premium Proxy premium_proxy | options | Optional | Premium Proxy. Options: Yes, No |
Country Code country_code | string | Optional | us |
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. Tiny Command handles ScrapingBee's rate limits automatically so you don't have to throttle manually.
Send scrapingbee scrape url from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.