🍋 Lemon8 Hashtag Scraper avatar

🍋 Lemon8 Hashtag Scraper

Pricing

$3.00 / 1,000 results

Go to Apify Store
🍋 Lemon8 Hashtag Scraper

🍋 Lemon8 Hashtag Scraper

Extract Lemon8 hashtag data — title, author, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Jackie Chen

Jackie Chen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Lemon8 Hashtag / Topic Post Scraper

lemon8-hashtag-scraper

Harvest every post published under a Lemon8 hashtag / topic. Give one or more hashtag names and the Actor pages through the topic feed and returns clean, structured data for each post: title, content, image gallery URLs, author info, forum / tag list, and like / comment / share / view counts. Optionally fetch a topic (forum) metadata record by its forum ID.

Unofficial. This Actor is not affiliated with, authorized, or endorsed by Lemon8 or ByteDance. It is an independent tool that retrieves publicly available data via a third-party API. Use it in compliance with Lemon8's terms and all applicable laws; you are responsible for how you use the retrieved data.

What it does

  • Hashtag posts (default) — give one or more hashtag names (without the #); the Actor harvests the posts under each, paginating through the whole feed. Sort by hottest / recommended or most recent.
  • Topic metadata (optional) — give one or more Lemon8 forum / topic IDs (the numeric data-id) to emit a single metadata record per topic: name, description, follower count, view count and share URL.

Input

FieldTypeDefaultDescription
hashtagNamesstring[]["skincare"]Hashtag / topic names (no #). Each is paginated independently.
topicForumIdsstring[][]Optional Lemon8 forum IDs; each yields one topic-metadata item.
maxItemsinteger50Max total items (posts + topics) across all inputs.
sortTypeenum00 = hottest / recommended, 1 = most recent.

Example input

{
"hashtagNames": ["skincare", "travel"],
"maxItems": 200,
"sortType": "0"
}

Output

One dataset item per post:

{
"itemId": "7601293702945931831",
"type": "post",
"articleClass": "Gallery",
"title": "Finally found my perfect summer accessory 🌸",
"content": "<p>This handcrafted ...</p>",
"url": "https://www.lemon8-app.com/@asian.queen1/7601293702945931831",
"shareUrl": "https://www.lemon8-app.com/@asian.queen1/7601293702945931831",
"coverUrl": "https://p16-lemon8-cross-sign.tiktokcdn-us.com/...",
"imageUrls": ["https://..."],
"imageCount": 4,
"diggCount": 388,
"commentCount": 10,
"shareCount": 1,
"forums": ["ipad", "iPhone", "Lemon8"],
"author": {
"authorId": "6839794020564255749",
"name": "YULIYA LEE",
"uniqueName": "asian.queen1",
"description": "📍LA ..."
},
"authorName": "YULIYA LEE",
"publishTime": 1769814429,
"behotTime": 1780589434.999,
"source": "hashtag:skincare"
}

A topic-metadata item (type": "topic") carries title, content, followerCount, viewCount, shareUrl and forumId.

Notes

  • Data is sourced live; Lemon8 occasionally rate-limits, so the Actor retries transient blocks with exponential backoff.
  • Posts are paginated via max_behot_time and de-duplicated by item ID within a run.