Find trending topics

Monitor a niche for new coverage — every occurrence in a time window, tagged by issue.

Request

{
  "question": "I run a podcast about environmental events — think pollution in new cities, datacenters being created, tech-adjacent news. Find every occurrence of environmental-tech news in the last 2 days.",
  "response_fields": {
    "video_urls":           { "type": "array", "description": "One video per entry" },
    "environmental_issues": { "type": "array", "description": "The issue the video covers, index-aligned with video_urls" }
  }
}

Response

{
  "conversationId": "...",
  "answer": {
    "video_urls": ["https://www.tiktok.com/@climatewatch/video/74...", "https://www.tiktok.com/@gridnews/video/74..."],
    "environmental_issues": [
      "New hyperscale datacenter straining the local water supply in Phoenix",
      "Microplastic levels spiking in a newly industrialized river delta"
    ]
  }
}