Anime Wallpaper Scraper
2 hours trial then $19.99/month - No credit card required now
Anime Wallpaper Scraper
2 hours trial then $19.99/month - No credit card required now
๐ผ๏ธ 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. ๐๐จ
๐ผ๏ธ 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.
1{ 2 "searchTerm": "Attack on Titan", 3 "sources": ["WallHaven", "ZeroChan"], 4 "count": 20 5}
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.
1[ 2 { 3 "title": "Naruto's Close Friend, Shikamaru Nara", 4 "thumbnail": "https://wallpapers.com/wallpapers/naruto-s-friend-1007-x-850-wallpaper-lzvdsd82j0bj4s1z.html", 5 "image": "https://wallpapers.com/downloads/high/naruto-s-friend-1007-x-850-wallpaper-lzvdsd82j0bj4s1z.png", 6 "source": "Wallpapers" 7 }, 8 { 9 "title": "Naruto's Friend 1600 X 725 Wallpaper", 10 "thumbnail": "https://wallpapers.com/wallpapers/naruto-s-friend-1600-x-725-wallpaper-jqa37ahnzssxk8er.html", 11 "image": "https://wallpapers.com/downloads/high/naruto-s-friend-1600-x-725-wallpaper-jqa37ahnzssxk8er.png", 12 "source": "Wallpapers" 13 }, 14 ... 15]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Oct 2024
Modified 2 months ago