Документація
Асинхронний метод
Аутентифікація
З панелі Розробника.
Не ділитися
Хедер
curl -X POST https://verticalviral.io/api/scrape/reelsanalyzer \
-H "Authorization: Bearer vv_live_xt789..." \
-H "Content-Type: application/json"Instagram Reels Analyzer
Офіційно
POSThttps://verticalviral.io/api/scrape/reelsanalyzer
Тіло
імяstring · required
Тільки логін
nikeурлstring · required
HTTPS шлях
Глибинаinteger · optional
30-150
cURL Example
curl -X POST https://verticalviral.io/api/scrape/reelsanalyzer \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"target_username": "mosbius",
"webhook_url": "https://your-server.com/webhooks/vv",
"depth": 50
}'200
Отримано
Response
{
"status": "queued",
"job_id": "job_8f2b3c4d5e",
"message": "Extraction started. Data will be sent to your webhook."
}Instagram Profile Scraper
Collects comprehensive target profile information (subscribers, business flag, public emails, and bio context).
POSThttps://verticalviral.io/api/scrape/profilescraper
Тіло
target_usernamestring · required
The exact Instagram handle to analyze without the @ symbol.
урлstring · required
HTTPS шлях
Надсилання
20 сек
Дані
Стан"completed" | "failed"
Дані
Рейтингfloat (0.0 - 10.0)
0-10
Топboolean
Вибух
Webhook POST Body Example
{
"id": "job_8f2b3c4d5e",
"status": "completed",
"target": "mosbius",
"data": {
"profile_stats": {
"followers": 145200,
"extracted_emails": ["hello@mosbius.com"]
},
"reels": [
{
"shortcode": "C9Z8A7X",
"views": 1245000,
"likes": 89000,
"magnetism_score": 9.8,
"outlier_status": true
}
]
}
}Помилки
Коди
200Ок
400Не ок
401Ключ
429Спам
Stripe Stripe.
Instagram Comment Scraper
Parses up to 500 top-level comments and replies directly from an Instagram Post URL.
Тіло