ニュース
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
IdNameTypeLanguageGenresStatusRuntimePremieredEndedRatingNetwork NameNetwork CountryOfficial SiteSummary
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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).