Instagram Reels Trend Radar
Pricing
from $2.16 / 1,000 actionable insights
Instagram Reels Trend Radar
Turn Instagram profile or post records into ranked, evidence-backed Instagram intelligence signals.
Instagram Reels Trend Radar
Pricing
from $2.16 / 1,000 actionable insights
Turn Instagram profile or post records into ranked, evidence-backed Instagram intelligence signals.
You can access the Instagram Reels Trend Radar programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in API & Integrations in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "records": [{10 "id": "ig-demo-001",11 "username": "cityfit.hk",12 "followersCount": 48200,13 "followingCount": 540,14 "postsCount": 912,15 "likesCount": 4100,16 "commentsCount": 188,17 "engagementRate": 8.9,18 "biography": "HK fitness creator ยท collabs open",19 "observedAt": "2026-08-02T10:00:00Z",20 "productWorkflow": "instagram-reels-trend-radar",21 }],22 "previousRecords": [{23 "id": "ig-demo-001",24 "username": "cityfit.hk",25 "followersCount": 40100,26 "followingCount": 530,27 "postsCount": 871,28 "likesCount": 2600,29 "commentsCount": 103,30 "engagementRate": 6.7,31 "biography": "HK fitness creator",32 "observedAt": "2026-07-02T10:00:00Z",33 "productWorkflow": "instagram-reels-trend-radar",34 }],35}36
37# Run the Actor and wait for it to finish38run = client.actor("night111/instagram-reels-trend-radar").call(run_input=run_input)39
40# Fetch and print Actor results from the run's dataset (if there are any)41print(f"๐พ Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")42for item in client.dataset(run.default_dataset_id).iterate_items():43 print(item)44
45# ๐ Want to learn more ๐? Go to โ https://docs.apify.com/api/client/python/docs/quick-startThe Apify API client for Python is the official library that allows you to use Instagram Reels Trend Radar API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-clientOther API clients include: