LiveMe Scraper avatar

LiveMe Scraper

Pricing

from $1.20 / 1,000 live rooms

Go to Apify Store
LiveMe Scraper

LiveMe Scraper

Extract live rooms from LiveMe.com: streamer info, titles, viewers, heat, thumbnails, country. No login required. Export JSON/CSV/Excel or run via API.

Pricing

from $1.20 / 1,000 live rooms

Rating

5.0

(1)

Developer

Nick

Nick

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

What does LiveMe Scraper do?

LiveMe Scraper extracts structured data from LiveMe.com live rooms — without login, without a browser, and without the official (non-existent public) LiveMe developer API.

Use it to collect:

  • Live room data: room ID, watch URL, title, viewer count, heat score, likes, shares, start time
  • Streamer info: user ID, display name, short ID, avatar
  • Discovery metadata: country / area, inferred language, topic (e.g. games), which feed found the room
  • Thumbnails: CDN cover images ready for catalogs and dashboards
  • Optional signed HLS/FLV URLs (paid add-on — expire quickly)
  • Optional raw API payload (paid add-on — 100+ fields)

Export results as JSON, CSV, Excel, or HTML, run on a schedule, or call the Actor via API / MCP.


What data can you get from LiveMe?

FieldDescription
🆔 roomIdLive room / video id (vid)
🔗 urlPublic watch link https://www.liveme.com/{roomId}
📝 titleStream title
👁 viewersCurrent viewer-ish count
🔥 heatRanking / heat score
❤️ likes / 🔁 sharesEngagement counters when present
🖼 thumbnailUrl / avatarUrlCDN images
🌍 countryCode / area / languageGeo signals
👤 streamer.*Anchor id, username, short id
📡 feedSource feed (Hot, New, Boys, Talent, Games…)
startedAt / scrapedAtTimestamps

How to scrape LiveMe with LiveMe Scraper

  1. Create a free Apify account using your email
  2. Open LiveMe Scraper
  3. Keep the default feeds / countries (or set your own) and max rooms
  4. Click Start and wait for the data to be extracted
  5. Download your data in JSON, CSV, Excel, or HTML

Input example

{
"feeds": ["featurelist", "homepageNew"],
"countries": ["US", "JP", "CN"],
"maxItems": 50,
"minViewers": 0,
"sortBy": "viewers",
"includeStreamUrls": false,
"includeRaw": false
}

Tip: LiveMe’s catalog is geo-shaped. United States / Japan / China overlap somewhat; Egypt / Turkey / Saudi Arabia are a largely separate MENA pool.

Output example

{
"roomId": "1234567890123456789",
"url": "https://www.liveme.com/1234567890123456789",
"title": "Good vibes only ✨",
"viewers": 1842,
"heat": 95600,
"likes": 120,
"shares": 3,
"thumbnailUrl": "https://esxscloud.com/…/cover.jpg",
"avatarUrl": "https://esxscloud.com/…/face.jpg",
"isLive": true,
"startedAt": "2026-08-04T18:12:01.000Z",
"countryCode": "US",
"area": "A_US",
"language": "en",
"topic": null,
"feed": "featurelist",
"streamer": {
"id": "987654321",
"username": "creator_name",
"shortId": "creator",
"profileUrl": "https://www.liveme.com/1234567890123456789"
},
"scrapedAt": "2026-08-04T20:00:00.000Z"
}

How can I use LiveMe data?

  • 📡 Build or refresh a multi-platform live catalog (alongside Twitch, Kick, TikTok LIVE)
  • 🧐 Discover creators by region (US vs MENA vs JP/CN pools)
  • 📈 Track viewer / heat trends on a schedule
  • 🤝 Source leads for influencer outreach on LiveMe
  • 🔍 Monitor topics (e.g. game lives) without maintaining your own scraper
  • 🧪 Feed dashboards, warehouses, or AI agents via Apify integrations

Pricing

Pay-per-event (you pay for results, not browser compute — the Actor uses LiveMe’s public catalog API):

EventFREE tierWhat you pay for
Actor start$0.001Each run
Live room$0.0025 (~$2.50 / 1,000)Each unique live room in the dataset
Add-on: stream URLs$0.0015 / roomTemporary HLS/FLV fields
Add-on: raw payload$0.0005 / roomFull raw API object

Higher Apify subscription tiers get discounted room/add-on prices. Example: 200 rooms ≈ $0.50 on FREE (+ $0.001 start).


FAQ

Do I need a LiveMe account or API key?

No. The Actor uses the same anonymous catalog endpoints the LiveMe website calls for Hot / New / Games-style pages.

Why do countries matter?

LiveMe returns different live pools per country. US / Japan / China overlap somewhat; Egypt / Turkey / Saudi Arabia unlock a largely separate MENA set.

Can I get the actual video stream?

Optionally enable Include signed stream URLs. Those HLS/FLV links are short-lived and should not be stored permanently. For product UIs, prefer linking users to https://www.liveme.com/{roomId}.

Scraping publicly available data is generally legal when you respect copyright, personal data rules (e.g. GDPR), and the site’s terms. This Actor collects public live-room metadata, not private messages or credentials. If unsure, consult your lawyers. See also Is web scraping legal?.

Why is coverage not every room on LiveMe?

Anonymous feeds cover the public discovery surface (hundreds of rooms per run). Some worldwide / authenticated endpoints require tokens and are out of scope for v1.

Can I run this via API or MCP?

Yes. Use the Apify API, apify-client (JS/Python), schedules, webhooks, or the Apify MCP server.


Feedback

Found a bug or need a feed (e.g. Worldwide with token, profile enrich)? Open an issue on the Actor’s Issues tab in Apify Console.