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

Com Scraper

Spider read apple.com.cn in 1.7 s without a browser and returned 63 lines of clean markdown, including sections like "Today", "游戏和 App" and "App 产品页面".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response apple.com.cn/newsroom/2017/06/apple-unveils-all-new-app-store.md markdown · 63 lines
(加利福尼亚州 SAN JOSE) —— Apple 今日发布了全新的 App Store,焕然一新的设计让探索各种新 app 和游戏变得更加简单便捷。重新设计的精美 App Store 不仅有每日更新原创故事和编辑文案的新 Today 标签,还有新“游戏”和 App 标签。引人入胜的故事、深度访谈、实用技巧以及一系列精选必备 app 和游戏将体现 Apple 的独特见解,在每一天为用户提供资讯与帮助,并带来启发。自 App Store 于 2008 年发布以来,用户的 app 下载次数已达 1800 亿次,并为开发者带来了超过 700 亿美元的收入,令 App Store 成为了全球活跃的软件市场。“通过与才华横溢的开发者们开展合作,我们将 App Store 打造成了世界一流的 app 平台。每周 App Store 的绝对访客数量超过 5 亿人。” Apple 全球市场营销高级副总裁, Philip Schiller 表示:“如今,我们总结了过去 9 年中在 App Store 积累的所有经验,打造出令人惊叹的全新设计。新版 App Store 的每一个元素都更加丰富、精美、引人入胜。”## Today全新体验从 Today 标签开始,这一版块将在每天呈现游戏、app 和 app 文化的专属内容。通过汇集精美图片和视频的深度专题和访谈,App Store 的全球编辑团队将讲述那些改变了我们生活方式的 app 和游戏背后的故事,以及用自己的想法推动并塑造了我们所处世界的开发者们。Today 将提供独家首发和新近的发布,以全新的视角来介绍热门内容,并推荐技巧和指南,让用户以创新的方式来使用 app。## 游戏和 App## 更新和搜索## App 产品页面App 产品页面是 App Store 中每款 app 的专属页面。经过 Apple 的重新设计,所有开发者都能够用更具吸引力的方式来推广他们的 app,将最重要的信息放在最醒目的位置,为考虑是否下载 app 的用户提供参考。开发者可以上传最多 3 个 app 视频预览以及最多 5 张屏幕快照。现在还可以将这些内容本地化,让任何国家和地区的用户都能观看定制版的视频。包括编辑精选和排行榜排名在内的好评内容,以及 app 内购买和用户评分与评论都将得到突出显示。## App 内购买Apple 也让 app 内购买在 App Store 中更加醒目。app 内购买将出现在 App 产品页面和搜索结果中,编辑还可以在 Today、“游戏”和 App 标签中呈现 App 内购买。现在,用户可以在 App Store 中开始app 内购买流程,然后直接转到开发者的 app 或游戏中完成购买。## 上市时间全新的 App Store 将与 iOS 11 一同推出。iOS 11 开发者预览版今日起在 developer.apple.com 向 iOS Developer Program 成员提供,公众测试计划将于本月晚些时候于 beta.apple.com 面向 iOS 用户推出。iOS 11 将于今年秋季以免费软件更新的形式,提供给 iPhone 5s 和更新机型、所有 iPad Air 和 iPad Pro 机型、第五代 iPad、iPad mini 2 和更新机型以及第六代 iPod touch。如需了解详细信息,请访问 apple.com/cn/ios/ios-11-preview。功能可能有所变化。某些功能仅适用于部分地区或语言。Apple 于 1984 年推出 Macintosh,为个人技术带来了巨大变革。今天,Apple 凭借 iPhone、iPad、Mac、Apple Watch 和 Apple TV 引领全球创新。Apple 的四个软件平台,iOS、macOS、watchOS 和 tvOS,带来所有 Apple 设备之间的顺畅使用体验,同时以 App Store、Apple Music、Apple Pay 和 iCloud 等突破性服务赋予人们更大的能力。Apple 的 100,000 名员工致力于打造全球顶尖的产品,并让世界更加美好。## 媒体垂询:
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 apple.com.cn.

apple-com-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://apple.com.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.

TitleContentDateSourceCategoryLanguage

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

The capture above cost $0.000246 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://www.apple.com.cn/newsroom/2017/06/apple-unveils-all-new-app-store/", "return_format": "markdown"}'

More International scrapers.

Start scraping apple.com.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.