Anime Wallpaper Scraper avatar
Anime Wallpaper Scraper

Pricing

$19.99/month + usage

Go to Store
Anime Wallpaper Scraper

Anime Wallpaper Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

πŸ–ΌοΈ 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"
},
...
]