Anime Wallpaper Scraper avatar

Anime Wallpaper Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Anime Wallpaper Scraper

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

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultDescription
querystring"anime"Keyword to search (e.g. "naruto", "landscape", "mecha")
categoriesstring"010"WallHaven categories bitmask (010=anime, 100=general, 111=all)
sortingstring"date_added"Sort order: date_added, views, favorites, toplist, random
minResolutionstringnoneMinimum resolution (e.g. "1920x1080", "3840x2160")
ratioFilterstringnoneAspect ratio (e.g. "16x9", "9x16" for mobile)
colorsstringnoneDominant color hex without # (e.g. "cc3333" for red)
maxItemsinteger100Maximum number of wallpapers to return (up to 10000)
apiKeystringnoneOptional 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:

FieldTypeDescription
positionintegerPosition in results
idstringWallHaven wallpaper ID
wallpaperUrlstringPage URL (e.g. wallhaven.cc/w/abc123)
imageUrlstringDirect full-resolution image URL
thumbnailUrlstringLarge thumbnail URL
thumbnailSmallstringSmall thumbnail URL
resolutionstringImage resolution (e.g. "1920x1080")
widthintegerImage width in pixels
heightintegerImage height in pixels
ratiostringAspect ratio (e.g. "1.78")
fileTypestringMIME type (e.g. "image/jpeg", "image/png")
fileSizeintegerFile size in bytes
fileSizeHumanstringHuman-readable file size (e.g. "1.2 MB")
viewsintegerView count
favoritesintegerFavorites/saves count
puritystringContent rating ("sfw", "sketchy")
categorystringCategory ("anime", "general", "people")
colorsstringDominant color palette (hex codes)
sourcestring|nullOriginal source URL if provided
createdAtstringUpload date on WallHaven
scrapedAtstringISO 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