新闻
TV Shows Scraper
Scrape TV shows with genres, language, network, country, status, runtime, premiere and end dates, rating and summary. Search by title or browse the catalog. Export to JSON, CSV or Excel.
tvmaze-shows-scraper.json 200 OK
{ "id": 169, "name": "Breaking Bad", "type": "Scripted", "language": "English", "genres": ["Drama","Crime","Thriller"], "status": "Ended", "runtime": 60, "premiered": "2008-01-20", "ended": "2019-10-11" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
IdNameTypeLanguageGenresStatusRuntimePremieredEndedRatingNetwork NameNetwork CountryOfficial SiteSummary
示例输出
一条真实的示例记录,正是你收到的结构。
| Id | Name | Type | Language |
|---|---|---|---|
| 169 | Breaking Bad | Scripted | English |
| 27845 | Breaking Bad: Original Minisodes | Scripted | English |
| 1003 | Talking Bad | Talk Show | English |
| 6101 | Breaking Band | Reality | English |
| 37136 | Breaking the Band | Documentary | English |
GET /tvmaze-shows-scraper
{ "id": 169, "name": "Breaking Bad", "type": "Scripted", "language": "English", "genres": ["Drama","Crime","Thriller"], "status": "Ended", "runtime": 60, "premiered": "2008-01-20", "ended": "2019-10-11" }
相关爬虫
常见问题
Can I get many shows at once?
Yes. Leave the search query empty to browse the catalog and set Max Items high to collect shows in bulk across many pages.
Is the summary plain text?
Yes. The summary is cleaned of HTML so it drops straight into a spreadsheet, a database or a UI.
What does the rating mean?
It is the average community rating for the show, on a 0 to 10 scale, where available.
How fresh is the data?
Shows are read live at run time, so each record reflects the catalog at the moment of the run (see observedAt).