Tiktok Place / Location Video Scraper avatar

Tiktok Place / Location Video Scraper

Pricing

from $2.00 / 1,000 review scrapeds

Go to Apify Store
Tiktok Place / Location Video Scraper

Tiktok Place / Location Video Scraper

Scrape all TikTok videos tagged at a specific Place (POI) — extract video metadata, stats, author info, and more

Pricing

from $2.00 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Romy

Romy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

TikTok Place Video Scraper

Scrape all TikTok videos tagged at a specific Place (POI) — extract video metadata, stats, author info, and more.

What does TikTok Place Video Scraper do?

This Actor fetches all TikTok videos that users have tagged at a specific place, using TikTok's web API. Provide a TikTok Place URL (from tiktok-place-search-scraper) and get back every video tagged there.

How to use

Step 1: Get a Place URL

Run tiktok-place-search-scraper with a keyword (e.g. "burger king"). Construct a URL using the id field: https://www.tiktok.com/place/PlaceName-<id>.

Step 2: Configure input

{
"url": "https://www.tiktok.com/place/BurgerKing-Salemba-22535796482654860",
"maxVideos": 100
}
FieldTypeRequiredDefaultDescription
urlstringYesTikTok Place URL (POI ID extracted automatically)
maxVideosintegerNo100Max videos to scrape

Step 3: Run and download results

Click Start and download as JSON, CSV, or Excel from the Output tab.

Output

Raw TikTok video object per item, with embedded JSON strings automatically parsed:

{
"id": "7635919909079321857",
"desc": "Burger King experience 🔥",
"createTime": 1777876208,
"stats": {
"diggCount": 43600,
"playCount": 292800,
"commentCount": 187,
"shareCount": 423,
"collectCount": 2625
},
"author": {
"id": "7547651029560820753",
"uniqueId": "username",
"nickname": "Display Name",
"avatarThumb": "https://..."
},
"video": {
"playAddr": "https://...",
"cover": "https://...",
"duration": 57,
"width": 1080,
"height": 1920
},
"music": { "title": "...", "authorName": "..." },
"poi": {
"id": "22535796482654860",
"name": "Burger King - Salemba",
"city": "Jakarta",
"category": "Food and Drink"
}
}

Pricing

EventPrice
Actor start$0.05
Per video scraped$0.002

100 videos costs approximately $0.25.

FAQ

Where do I get a Place URL? Use tiktok-place-search-scraper — each result has an id field. Construct the URL as https://www.tiktok.com/place/Name-<id>.

Is this legal? This Actor accesses publicly available video data through TikTok's web API. Use responsibly and in accordance with TikTok's Terms of Service.