GetStickerPack Scraper 🎯 avatar
GetStickerPack Scraper 🎯

Pricing

$19.99/month + usage

Go to Store
GetStickerPack Scraper 🎯

GetStickerPack Scraper 🎯

Developed by

EasyApi

Maintained by Community

Extract and download sticker packs from GetStickerPack.com. This Actor helps you fetch sticker images, titles, and metadata from any GetStickerPack URL, making it easy to collect and analyze sticker content.

0.0 (0)

Pricing

$19.99/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

a month ago

Extract sticker packs and images from GetStickerPack.com with ease! This Actor helps you download sticker images and metadata from any GetStickerPack URL.

Features ✨

  • 📦 Extract complete sticker pack information
  • 🖼️ Get high-resolution sticker images
  • 📝 Retrieve pack titles and metadata
  • 🚀 Process multiple URLs in parallel
  • 💾 Export results in JSON format

Use Cases 🎯

  • Download sticker packs for personal use
  • Create sticker collections
  • Monitor new sticker releases
  • Analyze sticker trends and popularity
  • Build sticker databases

Input Parameters 📝

The Actor accepts the following input parameters:

FieldTypeDescription
linksArrayList of GetStickerPack URLs to process

Output 📊

The Actor outputs JSON format data containing:

  • Original URL
  • Sticker pack title
  • Thumbnail URL
  • List of all sticker image URLs
  • Processing metadata

Usage Tips 💡

  1. Provide valid GetStickerPack URLs
  2. For bulk processing, submit multiple URLs in the input array
  3. Results are automatically stored in the default dataset

Limitations ⚠️

  • Only works with public GetStickerPack URLs
  • Rate limiting may apply for large numbers of requests
  • Some sticker packs may require authentication

Support 🤝

For any issues or feature requests, please contact support or create an issue.

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://getstickerpack.com/stickers/donsata-mdm-pack-1"
4    ]
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        "url": "https://getstickerpack.com/stickers/donsata-mdm-pack-1",
4        "result": {
5            "url": "https://getstickerpack.com/stickers/donsata-mdm-pack-1",
6            "title": "DONSATA #MDM Pack 1",
7            "thumbnail": "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/tray_large.png?af60606af257f629e55c5e25b9fd913b&d=200x200",
8            "medias": [
9                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_1.png?af60606af257f629e55c5e25b9fd913b",
10                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_2.png?af60606af257f629e55c5e25b9fd913b",
11                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_3.png?af60606af257f629e55c5e25b9fd913b",
12                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_4.png?af60606af257f629e55c5e25b9fd913b",
13                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_5.png?af60606af257f629e55c5e25b9fd913b",
14                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_6.png?af60606af257f629e55c5e25b9fd913b",
15                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_7.png?af60606af257f629e55c5e25b9fd913b",
16                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_8.png?af60606af257f629e55c5e25b9fd913b",
17                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_9.png?af60606af257f629e55c5e25b9fd913b",
18                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_10.png?af60606af257f629e55c5e25b9fd913b",
19                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_11.png?af60606af257f629e55c5e25b9fd913b",
20                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_12.png?af60606af257f629e55c5e25b9fd913b",
21                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_13.png?af60606af257f629e55c5e25b9fd913b",
22                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_14.png?af60606af257f629e55c5e25b9fd913b",
23                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_15.png?af60606af257f629e55c5e25b9fd913b",
24                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_16.png?af60606af257f629e55c5e25b9fd913b",
25                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_17.png?af60606af257f629e55c5e25b9fd913b",
26                "https://s3.getstickerpack.com/storage/uploads/sticker-pack/donsata-mdm-pack-1/sticker_18.png?af60606af257f629e55c5e25b9fd913b"
27            ],
28            "type": "multiple",
29            "error": false,
30            "time_end": 799
31        }
32    }
33]

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$19.99