ActionScrapingBeeUpdated September 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.
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 run history shows the failed step with its input and the error message ScrapingBee returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does ScrapingBee Scrape URL support batch operations?
Run ScrapingBee Scrape URL inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within ScrapingBee's rate limits.