Vertical Viral

Документация

Полностью асинхронный и скрытый от Instagram процесс.

Аутентификация

От Панель разработчиков.

Секуре ключи навсегда.

Заголовок Authorization
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

Тело

Имя в IG без собачкиstring · required
Например nike
webhook_urlstring · required
УРЛ
Количество Reelinteger · optional
По умолчанию 30
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
  }'

Очередь

Ждите ответа

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.
webhook_urlstring · required
УРЛ

Instagram Comment Scraper

Parses up to 500 top-level comments and replies directly from an Instagram Post URL.

POSThttps://verticalviral.io/api/scrape/commentscraper

Тело

target_urlstring · required
The absolute URL of the Instagram Reel or Post to extract comments from.
webhook_urlstring · required
УРЛ

Доставка Серверу

POST

Поля данных

Успешно"completed" | "failed"
В случае отказа
0 до 10float (0.0 - 10.0)
В виральность сети
Аномалияboolean
При значении x2 счетчик
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.