Skip to main content
AI Studio  add-on for Spider.
unity.cn · HTTP 200

Unity Scraper

Spider read unity.cn in 2.5 s without a browser and returned 56 lines of clean markdown, including sections like "Success", "Submission failed" and "Description".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response docs.unity.cn/2023.2/Documentation/ScriptReference/ApplicationTitleDescriptor.md markdown · 56 lines
# ApplicationTitleDescriptor## Success!Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.## Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.### DescriptionUtility class containing all the information necessary to format Unity Editor main window title. All the various fields are concatenated to create a fully formed title. If only ApplicationTitleDescriptor.title is provided, this will become the complete title.public class WindowTitleExampleprivate static void CustomTitleBar(ApplicationTitleDescriptor desc)desc.title = $"My Editor Custom Title version: {Random.value}";[MenuItem("Test/Setup custom title bar")]EditorApplication.updateMainWindowTitle -= CustomTitleBar;// This callback will be triggered when a new scene is loaded or when Unity starts.EditorApplication.updateMainWindowTitle += CustomTitleBar;EditorApplication.UpdateMainWindowTitle();### PropertiesWhat is the runtime target for a Unity build.Setting this field will set the complete editor title without using any of the other fields of ApplicationTitleDescriptor."Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on unity.cn.

unity-cn-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://unity.cn");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleContentDateSource

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What unity.cn costs to scrape.

The capture above cost $0.000041 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://docs.unity.cn/2023.2/Documentation/ScriptReference/ApplicationTitleDescriptor.html", "return_format": "markdown"}'

More International scrapers.

Start scraping unity.cn.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.