Skip to main content
AI Studio  add-on for Spider.
sogou.com · HTTP 200

Sogou Scraper

Spider read sogou.com in 1.8 s without a browser and returned 115 lines of clean markdown, including the section "Address Line 1和Address Line 2怎么写?".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response wenwen.sogou.com/question/q797945532.md markdown · 115 lines
# Address Line 1和Address Line 2怎么写?## ***最佳答案*AddressLine1对应的是门牌号,楼号,单位号,AddressLine2对应的是区,城市,省份,国家。NO. 204,Entrance A, Building NO. 1, The 2nd Dormitory of the NO. 4 State-owned Textile Factory, 53 Kaiping Road, Qingdao, Shandong.## 其他回答(3条回答)No. 1, Dongxiao Town North Road,Xinluo District, Longyan City,Line 1: Longyan University, Group #2, Block #1, Room 424Line 2: No. 1, Dongxiao Town North Road, Xinluo District那你要天address line 1, address line 2, address line 3,no.8#204 qinshui garden,moon bay “yue liang wan” (注:qinshui, moon bay都 是直译,如有专用名字请替代)junction of linquan east road and langxi roadjavascript:void((function(){document.open();document.domain='sogou.com';document.close()})());
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 sogou.com.

sogou-com-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://sogou.com");

// 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.

Business NameAddressPhoneCategory

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 sogou.com costs to scrape.

The capture above cost $0.000051 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://wenwen.sogou.com/question/q797945532.htm", "return_format": "markdown"}'

More Directories scrapers.

Start scraping sogou.com.

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.