ScrapTik

FREEMIUM
By scraptik-labs | Updated 9日前 | Social
Popularity

9.9 / 10

Latency

1,419ms

Service Level

100%

Health Check

100%

Back to All Tutorials (1)

Getting Started with ScrapTik

ScrapTik is the most popular solution for unlocking TikTok data at scale, here’s how to get started:

Querying the first 20 users whose username relates to morocco using Python is fast, easy and accurate:

import requests

url = "https://scraptik.p.rapidapi.com/search-users"
querystring = {"keyword":"morocco","count":"20","cursor":"0"}
headers = {
	"X-RapidAPI-Key": "YOUR-KEY-HERE",
	"X-RapidAPI-Host": "scraptik.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=querystring)
print(response.json())

It’s that easy; our robust API is the most popular TikTok solution for a reason: with excellent uptime and new features regularly unleashed you’re empowered with the data you need.