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

South China Morning Post Scraper

Spider read scmp.com in 116 ms without a browser and returned 384 lines of clean markdown, including sections like "Health & Environment", "Middle East" and "Iran seeks to bar US ships as Hormuz deal with Oman advances".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response scmp.com/index.md markdown · 384 lines
### Measures targeting a key material for solar panels and semiconductors add to trade tensions ahead of Xi Jinping’s expected US visit.## Health & Environment## As record heatwave hits Asia, fears of energy crisis and health risks mount### Asia’s power infrastructure may come under pressure due to high demand for air conditioning amid lingering concerns over energy supply.## Business ## Chairman of global tech brand TCL sees digital future in ‘Screen Universe’ In partership with:TCL## Middle East## Iran seeks to bar US ships as Hormuz deal with Oman advances### Other details include a proposed ban on cargo related to Israel and a fee structure covering services like insurance and environmental costs.## US sanctions Cuba’s military representative in Beijing over China procurement### Measures target officials and firms accused of obtaining military equipment from China and Russia for Cuba’s armed forces.## US presses China over alleged scam bosses despite growing police cooperation### Washington says Trump raised the issue with Xi as the FBI expands cooperation with Chinese police on cyberfraud.## Military## China confirms 2 deaths in Scarborough Shoal crash during Philippine ship chase### Beijing honours two coastguard personnel who died in a vessel collision in the South China Sea last year.## Will latest trade ‘speed bump’ slow China-US ties, or even stop Xi-Trump summit?### As Beijing and Washington trade curbs, analysts say only major action or breach of the other’s core interests can prevent summit.SERIES: Female icons in Chinese history## The Chinese sex worker who built an empire in America’s Old West### Ah Toy rose from new immigrant to madam running a chain of successful brothels, fighting racism, sexism and the authorities on the way.## China## Argentina extends US$19 billion China currency swap despite US pressure
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 scmp.com.

scmp-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://www.scmp.com/news/china/diplomacy/article/3250000/china-us-relations");

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

HeadlineAuthorPublished dateSectionArticle bodySummaryImage URLTags

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

The capture above cost $0.006926 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://scmp.com/", "return_format": "markdown"}'

More News scrapers.

Start scraping scmp.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.