Anime Wallpaper Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Anime Wallpaper Scraper
Scrape anime wallpapers from WallHaven.cc with filtering by resolution, sorting, category, and more. Returns direct image URLs, thumbnails, dimensions, and metadata.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape high-quality anime wallpapers from WallHaven.cc โ one of the largest wallpaper communities. Returns direct image URLs, thumbnails, resolutions, view counts, and color palettes.
Features
- ๐ 148,000+ anime wallpapers from WallHaven.cc
- ๐ Search by keyword, character name, anime title, or style
- ๐ Filter by minimum resolution (e.g. 1920ร1080, 4K, 8K)
- ๐ Filter by aspect ratio (e.g. 16:9 for desktop, 9:16 for mobile)
- ๐จ Filter by dominant color
- ๐ข Sort by: newest, most viewed, most favorited, relevance, or random
- ๐ Automatic pagination to retrieve large result sets
- ๐ผ๏ธ Returns full image URLs, thumbnails, file size, colors, and metadata
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | "anime" | Keyword to search (e.g. "naruto", "landscape", "mecha") |
categories | string | "010" | WallHaven categories bitmask (010=anime, 100=general, 111=all) |
sorting | string | "date_added" | Sort order: date_added, views, favorites, toplist, random |
minResolution | string | none | Minimum resolution (e.g. "1920x1080", "3840x2160") |
ratioFilter | string | none | Aspect ratio (e.g. "16x9", "9x16" for mobile) |
colors | string | none | Dominant color hex without # (e.g. "cc3333" for red) |
maxItems | integer | 100 | Maximum number of wallpapers to return (up to 10000) |
apiKey | string | none | Optional WallHaven API key for extended access |
Example Input
{"query": "anime landscape","categories": "010","sorting": "favorites","minResolution": "1920x1080","ratioFilter": "16x9","maxItems": 200}
Output
Each dataset record is one wallpaper:
| Field | Type | Description |
|---|---|---|
position | integer | Position in results |
id | string | WallHaven wallpaper ID |
wallpaperUrl | string | Page URL (e.g. wallhaven.cc/w/abc123) |
imageUrl | string | Direct full-resolution image URL |
thumbnailUrl | string | Large thumbnail URL |
thumbnailSmall | string | Small thumbnail URL |
resolution | string | Image resolution (e.g. "1920x1080") |
width | integer | Image width in pixels |
height | integer | Image height in pixels |
ratio | string | Aspect ratio (e.g. "1.78") |
fileType | string | MIME type (e.g. "image/jpeg", "image/png") |
fileSize | integer | File size in bytes |
fileSizeHuman | string | Human-readable file size (e.g. "1.2 MB") |
views | integer | View count |
favorites | integer | Favorites/saves count |
purity | string | Content rating ("sfw", "sketchy") |
category | string | Category ("anime", "general", "people") |
colors | string | Dominant color palette (hex codes) |
source | string|null | Original source URL if provided |
createdAt | string | Upload date on WallHaven |
scrapedAt | string | ISO 8601 scrape timestamp |
Dataset Views
- Wallpapers โ overview table with resolution, views, favorites, and image link
- Images Gallery โ full metadata with thumbnail preview column
Technical Notes
- Uses the official WallHaven v1 API (no browser scraping)
- SFW (safe for work) content only by default
- 24 wallpapers per API page; pagination is automatic
- Optional API key enables access to sketchy/NSFW purity levels (must be enabled in your WallHaven account settings)
License
Apache-2.0