LINE Sticker Scraper avatar
LINE Sticker Scraper

Pricing

$9.99/month + usage

Go to Apify Store
LINE Sticker Scraper

LINE Sticker Scraper

Easily fetch sticker search results by entering your desired keywords. Without needing an API key. Navigate through a user-friendly interface to discover and save your favorite LINE stickers quickly. Start exploring the fun today!

Pricing

$9.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

6 months ago

Last modified

Share

🎨 LINE Sticker Scraper: Fetch Stickers with Ease! 🥳

Looking for the perfect LINE stickers? Our LINE Sticker Scraper allows you to effortlessly retrieve sticker search results based on your queries! Simply input your desired keywords and explore a wide selection of stickers available for use. 🚀✨

✨ Key Features:

  • Keyword-Based Search: Enter your search terms to find relevant stickers quickly.
  • Comprehensive Results: Ensuring you find exactly what you need.
  • No API Key Required: Bypass the complexities of API usage and get results instantly.
  • User-Friendly Interface: Easy navigation for a smooth scraping experience.
  • Fast and Efficient: Quickly gather sticker information without any hassle.

Input

A full explanation of an input example in JSON.

{
"query": "Minecraft",
}

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.

[
{
"id": "25003666",
"title": "OOKAS Minecraft_123",
"description": null,
"newFlag": false,
"productUrl": "https://store.line.me/stickershop/product/25003666/en",
"listIcon": {
"src": "https://stickershop.line-scdn.net/stickershop/v1/product/25003666/LINEStorePC/main.png?v=1",
"width": null,
"height": null,
"imageId": null
},
"type": "STICKER",
"subtype": "CREATORS",
"authorId": "4387596",
"authorName": "OOKAS ZAZA",
"priceTier": 1,
"priceAmount": "0.99",
"priceString": "US$0.99",
"version": 1,
"versionString": null,
"validDays": -1,
"onSale": true,
"availableForPurchase": true,
"availableForPresent": true,
"bargainFlag": false,
"promotionType": "NONE",
"stickerResourceType": "STATIC",
"sticonResourceType": null,
"hasAnimation": false,
"hasSound": false,
"payloadForProduct": {
"payloadType": "PRODUCT",
"productId": "25003666",
"stickerId": null,
"resourceType": "STATIC",
"staticUrl": "https://stickershop.line-scdn.net/stickershop/v1/product/25003666/LINEStorePC/main.png?v=1",
"fixedStaticUrl": null,
"animationUrl": null,
"popupUrl": null,
"soundUrl": null,
"collectionStatus": "OFF",
"addedToCollection": false
},
"payloadsToPreviews": [
],
"sticonPayloadForProduct": null,
"sticonPayloadsToPreviews": [
],
"subscriptionProduct": false,
"subscriptionOnlyProduct": false,
"general": false,
"price": "US$0.99",
"creators": true,
"effectSticker": false
},
...
]