
Anime Wallpaper Scraper
Pricing
$19.99/month + usage

Anime Wallpaper Scraper
πΌοΈ Discover and collect stunning anime wallpapers from multiple sources! This actor searches WallHaven, ZeroChan, and Wallpapers.com to bring you high-quality images of your favorite anime characters and series. Perfect for fans, collectors, and developers building wallpaper applications. ππ¨
0.0 (0)
Pricing
$19.99/month + usage
0
Total users
4
Monthly users
1
Runs succeeded
>99%
Last modified
7 months ago
πΌοΈ Anime Wallpaper Scraper
π Overview
This actor scrapes anime wallpapers from multiple popular sources, providing high-quality images for anime enthusiasts and collectors. It's perfect for building wallpaper databases, creating mood boards, or simply finding the perfect background for your devices.
π Features
- π Search across multiple wallpaper sources
- π¨ Support for WallHaven, ZeroChan, and Wallpapers.com
- π Customizable result count per source
- π·οΈ Source tagging for easy identification
- π‘οΈ Error handling to ensure maximum data retrieval
π Input
The actor accepts the following input parameters:
searchTerm
: The anime title or character to search for (e.g., "Naruto", "One Piece")sources
: An array of sources to search from (options: "WallHaven", "ZeroChan", "Wallpapers")count
: Maximum number of results to fetch per source
π€ Output
The actor outputs a dataset containing wallpaper information, including:
- πΌοΈ Image URL
- π Image dimensions
- π·οΈ Source website
- π Original page URL (if available)
π‘ Use Cases
- π± Building a mobile wallpaper app
- π₯οΈ Creating a desktop wallpaper rotation service
- π¨ Gathering inspiration for digital art projects
- π Analyzing anime art trends across different platforms
π€ Support
If you encounter any issues or have questions, please open an issue in the actor's support.
Happy wallpaper hunting! ππΌοΈ
Input Example
A full explanation of an input example in JSON.
{"searchTerm": "Attack on Titan","sources": ["WallHaven", "ZeroChan"],"count": 20}
Output sample
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
[{"title": "Naruto's Close Friend, Shikamaru Nara","thumbnail": "https://wallpapers.com/wallpapers/naruto-s-friend-1007-x-850-wallpaper-lzvdsd82j0bj4s1z.html","image": "https://wallpapers.com/downloads/high/naruto-s-friend-1007-x-850-wallpaper-lzvdsd82j0bj4s1z.png","source": "Wallpapers"},{"title": "Naruto's Friend 1600 X 725 Wallpaper","thumbnail": "https://wallpapers.com/wallpapers/naruto-s-friend-1600-x-725-wallpaper-jqa37ahnzssxk8er.html","image": "https://wallpapers.com/downloads/high/naruto-s-friend-1600-x-725-wallpaper-jqa37ahnzssxk8er.png","source": "Wallpapers"},...]