v1
Create a new Niche Dive
Initiates a Niche Dive starting from a hero ASIN. The Niche Dive process automatically identifies and analyzes Competitors, extracts relevant keywords, and generates complete Niche research data. Dive tokens are consumed based on the number of Competitors specified. Returns a diveId to track the analysis progress.
post/v1/niches/dives
Request body
Example request
{
"marketplace": "com",
"asin": "B08N5WRWNW",
"numberOfCompetitors": 5
}Response
Example response
{
"diveId": "b3e1f2c4-7e6a-4d2a-9f1e-123456789abc",
"estimatedCompletionDate": "2024-04-01T00:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.