HiAnime Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store

HiAnime Search Scraper
Scrape anime search results from HiAnime.to with automatic pagination and comprehensive anime information extraction.
Pricing
$19.99/month + usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
Share
🎌 HiAnime Search Scraper
This actor allows you to scrape anime search results from HiAnime.to by providing a search URL. It automatically handles pagination and extracts comprehensive anime information including titles, images, types, durations, and subtitle/dub availability.
Features
- URL-based Scraping: Extract anime listings by providing a complete HiAnime search URL
- Automatic Pagination: Automatically clicks through pages and loads more results until reaching the end or max items limit
- Comprehensive Anime Data: Extract detailed information about each anime including:
- Anime ID and names (English and Japanese)
- Cover images
- Watch page and detail page URLs
- Type classification (TV, Movie, ONA, etc.)
- Episode duration
- Subtitle and dub availability counts
- Smart Deduplication: Automatically removes duplicate entries based on detail page URLs
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete HiAnime search URL to scrape |
maxItems | integer | No | Maximum number of anime to fetch (default: unlimited) |
proxyConfiguration | object | No | Proxy settings for the actor |
How to Get Search URL
- Go to HiAnime.to
- Use the search bar to find anime by keyword
- Copy the complete URL from your browser's address bar
- Paste it into the
searchUrlfield
Example search URL:
https://hianime.to/search?keyword=One%20Piece
Output
The output is a dataset of anime objects, each containing:
searchUrl: The original search URL usedid: Unique anime identifierwatchPageUrl: Direct link to the watch pagedetailPageUrl: Direct link to the anime detail pagename: English name of the animename_jp: Japanese name of the animeimg: URL of the anime cover imagetype: Type of anime (TV, Movie, ONA, etc.)duration: Episode duration (e.g., "24m", "50m")tick_sub: Number of episodes available with subtitlestick_dub: Number of episodes available with dubbingscrapedAt: Timestamp of when the anime was scraped
Example output:
[{"searchUrl": "https://hianime.to/search?keyword=One%20Piece","id": "3096","watchPageUrl": "https://hianime.to/watch/one-piece-movie-1-3096","detailPageUrl": "https://hianime.to/one-piece-movie-1-3096?ref=search","name": "One Piece Movie 1","name_jp": "One Piece Movie 1","img": "https://cdn.noitatnemucod.net/thumbnail/300x400/100/ff736656ba002e0dd51363c3d889d9ff.jpg","type": "Movie","duration": "50m","tick_sub": 1,"tick_dub": null,"scrapedAt": "2025-11-12T02:32:31.137Z"},...]
Use Cases
- Anime catalog building and indexing
- Content discovery and recommendation systems
- Anime database maintenance
- Market research and trend analysis
- Availability tracking for subtitles and dubs
- Content aggregation platforms
Notes
- Results are saved incrementally as they are found
- All timestamps are in ISO 8601 format
- The actor handles network delays and timeouts gracefully
- Duplicate entries are automatically filtered out
- Both English and Japanese names are captured when available
Start scraping anime data from HiAnime.to today!