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!
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. 🚀✨
A full explanation of an input example in JSON.
1{ 2 "query": "Minecraft", 3}
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 "id": "25003666", 4 "title": "OOKAS Minecraft_123", 5 "description": null, 6 "newFlag": false, 7 "productUrl": "https://store.line.me/stickershop/product/25003666/en", 8 "listIcon": { 9 "src": "https://stickershop.line-scdn.net/stickershop/v1/product/25003666/LINEStorePC/main.png?v=1", 10 "width": null, 11 "height": null, 12 "imageId": null 13 }, 14 "type": "STICKER", 15 "subtype": "CREATORS", 16 "authorId": "4387596", 17 "authorName": "OOKAS ZAZA", 18 "priceTier": 1, 19 "priceAmount": "0.99", 20 "priceString": "US$0.99", 21 "version": 1, 22 "versionString": null, 23 "validDays": -1, 24 "onSale": true, 25 "availableForPurchase": true, 26 "availableForPresent": true, 27 "bargainFlag": false, 28 "promotionType": "NONE", 29 "stickerResourceType": "STATIC", 30 "sticonResourceType": null, 31 "hasAnimation": false, 32 "hasSound": false, 33 "payloadForProduct": { 34 "payloadType": "PRODUCT", 35 "productId": "25003666", 36 "stickerId": null, 37 "resourceType": "STATIC", 38 "staticUrl": "https://stickershop.line-scdn.net/stickershop/v1/product/25003666/LINEStorePC/main.png?v=1", 39 "fixedStaticUrl": null, 40 "animationUrl": null, 41 "popupUrl": null, 42 "soundUrl": null, 43 "collectionStatus": "OFF", 44 "addedToCollection": false 45 }, 46 "payloadsToPreviews": [ 47 48 ], 49 "sticonPayloadForProduct": null, 50 "sticonPayloadsToPreviews": [ 51 52 ], 53 "subscriptionProduct": false, 54 "subscriptionOnlyProduct": false, 55 "general": false, 56 "price": "US$0.99", 57 "creators": true, 58 "effectSticker": false 59 }, 60 ... 61]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!