GET tuyaus.com HTTP 2002.3 s24.9 KB$0.000268 captured Aug 7, 2026
tuyaus.com, as data
One API turns any tuyaus.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 2.3 s
- Page size
- 24.9 KB of markdown, 127 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This tuyaus.com page cost $0.000268 to fetch.
## OverviewYou will not be able to use commands like "write file" or "edit code and save," but you can view generated content and manually copy/save it.**System Command/Code Execution Permission**Used to execute code and run command-line instructions on the local device under user instructions, supporting background tasks.When the user requests Tuya Claw to run code, execute system commands, or start background tasks.You will not be able to use code execution and command-line functions, but other functions are unaffected.Used to obtain the device's current geolocation information under user instructions to provide location-related smart services (e.g., local weather queries, nearby information searches).When the user asks location-related questions like "near me..." or "current location weather".You will not be able to use location-based smart services, but you can manually input address info as an alternative.**Browser Control/Automation Permission**If a legally invoked browser allows automation/smart operations, used to execute web browsing, page info collection, and automated operation instructions issued by the user via standard browser control protocols.Triggered when the user initiates the smart operation function in the smart dialogue.You will not be able to use the smart operation function; other dialogue, tool calling, and scheduled task functions are unaffected.**2.2 Mac Client Permission List**Used to connect to Tuya Claw servers for account registration/login verification, send input to large models, receive output, and access third-party websites or online services.Used when a user explicitly instructs the deletion of a local file. Tuya Claw will prioritize moving it to the Trash rather than permanently deleting it to protect data security.Used to execute code and run command-line instructions on the local device under user instructions, supporting long-running background tasks.## II. How We Store and Protect Your Personal Information What Spider does on tuyaus.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
2.3 s · $0.000268Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://developerapp.tuyaus.com/protocol/1c3d874174c00049?lang=en", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://developerapp.tuyaus.com/protocol/1c3d874174c00049?lang=en", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://developerapp.tuyaus.com/protocol/1c3d874174c00049?lang=en", {
return_format: "markdown",
});
console.log(page.content); What tuyaus.com costs
Multiplied from the measured 24.9 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of tuyaus.com.
The capture above took 2.3 s and cost $0.000268. The same call takes any URL on tuyaus.com.