Anime-Planet Scraper avatar

Anime-Planet Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Anime-Planet Scraper

Anime-Planet Scraper

Scrape Anime-Planet - the comprehensive anime and manga database with 50,000+ titles. Search anime/manga by title, genre or tag, browse top-rated lists, or get full details for specific anime URLs. Returns titles, ratings, episode counts, tags, studios, synopsis and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Anime-Planet — the comprehensive anime and manga database with 50,000+ titles, ratings, reviews, and detailed metadata.

Features

  • Search anime or manga by title with optional genre, year, season, and sort filters
  • Browse top-rated anime with full ranking data
  • Filter by genre/tag — browse all anime or manga sharing a specific genre or tag
  • Fetch full details for specific anime URLs (synopsis, tags, studio, rating count, rank)
  • No login required — all public data, no cookies or API keys needed
  • Rate limiting friendly — polite request delays built in

Use Cases

  • Build an anime recommendation engine with real rating and tag data
  • Research anime metadata for a database or catalog project
  • Monitor top-rated anime changes over time
  • Gather training data for anime/manga classification models

Input Parameters

ParameterTypeDescription
modeselectWhat to scrape: searchAnime, searchManga, topAnime, byTag, animeDetails
searchQuerystringTitle search query (modes: searchAnime, searchManga)
genreselectFilter by genre (Action, Fantasy, Romance, etc.)
yearintegerFilter anime by release year (e.g., 2023)
seasonselectFilter by season (Spring, Summer, Fall, Winter)
sortByselectSort order: rating, title-ascending, year, etc.
tagstringAnime-Planet tag slug for byTag mode (e.g., isekai, dark-fantasy)
mediaTypeselectanime or manga for byTag mode
animeUrlsarrayAnime-Planet URLs for animeDetails mode
maxItemsintegerMaximum records to return (1–1000, default: 50)

Output Fields

Anime Records

FieldDescription
titleAnime title
altTitleAlternative/Japanese title (if available)
slugURL slug (e.g., attack-on-titan)
urlFull Anime-Planet URL
sourceUrlSource URL of the scraped page
coverUrlCover image URL
typeMedia type: TV, Movie, OVA, ONA, Special, Music, Web
episodesNumber of episodes
yearRelease year
yearEndEnd year for multi-year series
ratingAverage rating (out of 5)
ratingCountNumber of ratings
rankRanking position (top anime mode)
synopsisPlot summary
tagsGenre and theme tags (array)
studioPrimary animation studio
studiosAll animation studios (co-production credits, if more than one)
animeIdAnime-Planet internal ID
recordTypeAlways "anime"
scrapedAtUTC timestamp of scrape

Manga Records

Same fields but recordType is "manga", no episodes (uses volumes/chapters when available), and coverUrl points to manga CDN.

Example Output

{
"title": "Attack on Titan",
"slug": "attack-on-titan",
"url": "https://www.anime-planet.com/anime/attack-on-titan",
"sourceUrl": "https://www.anime-planet.com/anime/attack-on-titan",
"coverUrl": "https://cdn.anime-planet.com/anime/primary/attack-on-titan-1-190x266.jpg",
"type": "TV",
"episodes": 25,
"year": 2013,
"rating": 4.36,
"ratingCount": 116604,
"rank": 100,
"synopsis": "Over a century ago, mankind was devoured by giant beings...",
"tags": ["Action", "Fantasy", "Horror", "Shounen", "Military"],
"studio": "WIT Studio",
"animeId": "6632",
"recordType": "anime",
"scrapedAt": "2026-06-30T10:00:00+00:00"
}

FAQs

Q: Do I need an account or API key? A: No. All data is scraped from public Anime-Planet pages with no authentication required.

Q: How many results can I get? A: Up to 1000 records per run. Set maxItems to control the limit.

Q: What genres are available? A: Action, Adventure, Comedy, Drama, Fantasy, Horror, Mystery, Romance, Sci-Fi, Slice of Life, Sports, Supernatural, Thriller, Mecha, Music, Ecchi, Harem, Historical, Isekai, Josei, Magic, Martial Arts, Military, Psychological, School, Seinen, Shoujo, Shounen, Vampire — and many more via the tag field in byTag mode.

Q: Can I get manga data too? A: Yes! Use mode=searchManga or mode=byTag with mediaType=manga.

Q: How accurate are the ratings? A: Ratings are live from Anime-Planet and reflect community votes. High-rated anime like Frieren and FMA Brotherhood typically score 4.5+.

Q: Can I get specific anime details? A: Yes — use mode=animeDetails with a list of Anime-Planet URLs to get full details including synopsis, full tag list, and vote count.

Q: Will this work for seasonal anime? A: Yes — combine year and season filters in searchAnime mode to get seasonal anime (e.g., Spring 2024).

Data Source

Data is scraped from Anime-Planet, a fan-maintained anime and manga database. Please use responsibly and within Anime-Planet's terms of service.