Likee Scraper avatar

Likee Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Likee Scraper

Likee Scraper

Extracts views, likes, comments, shares, captions, hashtags, music and author data from Likee videos and creator profiles. Accepts video links or creator IDs, returns clean JSON, CSV or Excel with direct video and thumbnail URLs.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Innovatica AI

Innovatica AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 days ago

Last modified

Categories

Share

Extract views, likes, comments, shares, captions, hashtags, music and author data from Likee videos and creator profiles. Give it video links or creator IDs; get back clean JSON, CSV or Excel — including direct MP4 and thumbnail URLs.

Built and maintained by Innovatica.ai.

Парсер Likee: сбор просмотров, лайков, комментариев и данных авторов. Экспорт в JSON, CSV, Excel.

Likee Scraper — give it video links or creator IDs, get back views, likes, comments, shares and direct media URLs


What you get

Every video returns a flat, stable record:

FieldDescription
postId, url, shareUrlVideo identifiers and links
views, likes, comments, shares, downloadsEngagement counters, always numeric
engagementRate(likes + comments + shares) / views, as a percentage
caption, hashtagsPost text and extracted hashtags
postedAt, postedAtTimestamp, durationSecondsISO 8601 timestamp, Unix time, video length
videoUrl, videoWatermarkedUrl, thumbnailUrlDirect media URLs
videoWidth, videoHeight, country, languageFormat and origin
musicId, musicTitle, musicAuthorSound metadata
authorUid, authorUsername, authorNicknameCreator identity
authorAvatarUrl, authorProfileUrl, authorVideoCountCreator profile data
source, scrapedAtapi or html, plus collection timestamp

Tutorial — three ways to use it

Three ways to point it at Likee: by video link, by creator ID, or by any one video with includeAuthorVideos

1. Scrape specific videos

Paste links into Likee video URLs:

https://likee.video/v/GccqNJ
https://l.likee.video/v/grt8pe

Both the likee.video and l.likee.video short-link formats work. This path returns the richest data, including the direct MP4 URL and video duration.

2. Scrape a creator's whole feed

If you know the creator's numeric ID, put it in Creator IDs:

1274310780

Set Maximum videos per creator to control depth. Results come back newest-first.

3. Scrape a creator without knowing their ID ← most people want this

Paste any single video from that creator and switch on "Also collect each creator's other videos". The Actor reads who posted it and then collects their whole feed automatically.

{
"videoUrls": [{ "url": "https://likee.video/v/GccqNJ" }],
"includeAuthorVideos": true,
"maxVideosPerProfile": 200
}

Pricing

Pay per result. You are charged only for videos actually saved to your dataset — videos removed by filters, deleted posts, and failed requests are not charged.

Cost control:

  • Maximum results caps the whole run.
  • Filters (minimum views/likes/engagement, date range) drop unwanted videos before they are saved.
  • Only return videos not seen before makes scheduled runs charge only for genuinely new content.

Input example

{
"videoUrls": [
{ "url": "https://likee.video/v/GccqNJ" }
],
"uids": ["1274310780"],
"includeAuthorVideos": false,
"maxResults": 500,
"maxVideosPerProfile": 100,
"minViews": 1000,
"publishedAfter": "2026-01-01",
"onlyNewResults": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output example

One row per video with 30 stable fields: views, likes, comments, shares, engagement rate and posted date

{
"postId": "7678797297638207612",
"url": "https://likee.video/@Purity_mistress/video/7678797297638207612",
"caption": "Оказывается она была права.",
"hashtags": ["уборка", "клининг"],
"views": 922,
"likes": 23,
"comments": 0,
"shares": 0,
"engagementRate": 2.4946,
"postedAt": "2026-08-27T19:35:17+00:00",
"postedAtTimestamp": 1787859317,
"durationSeconds": 19,
"videoUrl": "https://video.like.video/eu_live/9uF/11wtjOJcuvQk.mp4",
"thumbnailUrl": "https://videosnap.like.video/eu_live/9uz/1wvW6000m4dZTiM2KLwNV_4.jpg",
"videoWidth": 720,
"videoHeight": 1280,
"country": "RU",
"musicTitle": "original sound - Владычица чистот",
"authorUid": "1274310780",
"authorUsername": "Purity_mistress",
"authorNickname": "Владычица чистот",
"authorProfileUrl": "https://likee.video/@Purity_mistress",
"source": "api",
"scrapedAt": "2026-08-28T09:12:44+00:00"
}

Use cases

  • Influencer research — find and size creators before you sign them. Likee's audience is concentrated in Russia, the CIS and the Middle East, where TikTok data alone leaves a gap.
  • Campaign reporting — track views, likes and engagement rate on sponsored videos over time.
  • Trend and hashtag research — pull captions, hashtags and sound metadata across a set of creators.
  • Competitive monitoring — schedule a daily run with Only return videos not seen before and get just the new posts.
  • Content archiving — direct MP4 and thumbnail URLs for videos you have the rights to store.

Proxy

Likee blocks datacenter IPs on its video pages, so Apify Proxy with the RESIDENTIAL group is required when scraping video URLs. This is prefilled for you.

Creator-ID scraping uses Likee's JSON API, which does not require a proxy — so profile scraping is fast and adds no proxy cost. The Actor tries direct requests first and only falls back to the proxy if a request fails.


Recommendations

  • Start with maxResults around 10–50 to confirm the output shape, then scale up.
  • Prefer Creator IDs over video URLs for bulk work: it is faster, uses no proxy traffic, and returns exact numeric view counts.
  • For monitoring, schedule the Actor daily with onlyNewResults enabled.
  • Raise concurrency gradually. If you see failures in the log, lower it back.

FAQ

Can I paste a profile URL like likee.video/@username? Not currently. Likee renders profile pages entirely in the browser and offers no public way to turn a handle into the numeric creator ID the API needs. The supported route is option 3 above: paste any one video from the creator and enable "Also collect each creator's other videos". Every result also contains authorUid, which you can reuse directly as a Creator ID afterwards.

Why does a video return "not found"? Likee returns HTTP 200 with a placeholder page for videos that are deleted, private, or restricted in the proxy's region. The Actor detects this and writes an error record for that URL instead of failing the run. If it happens for everything, check that residential proxy is enabled.

Are view counts exact? Creator-ID scraping returns exact integers from Likee's API. Video-URL scraping reads the count Likee prints on the page, which is rounded above ~1,000 (e.g. 1.07M). For precise counts at scale, prefer Creator IDs.

Does one bad URL kill the run? No. Failures are recorded per item with an error field, and the run continues.

Does it work for private accounts? No. Only public content is accessible.


This Actor collects only publicly available data — content any visitor can see without logging in. It does not access private accounts, does not log in, and does not collect private personal information.

You are responsible for how you use the data collected, including compliance with GDPR and other applicable data-protection laws, and with Likee's terms of service. If you plan to process personal data, make sure you have a valid legal basis. When in doubt, seek legal advice.


Support

Found a bug or need another field? Open an issue on the Actor's Issues tab. Maintained by Innovatica.ai.