- Use the “Voyager” UI in the Platform Console.
- Use the Voyager API.
Voyager API
Use the Voyager API to start or join a voyage for a domain. A voyage crawls the site, builds product extraction, and publishes the resulting catalog. Once the voyage completes, you can use the regular product endpoints to search and look up its products.Start or join a voyage
Send the domain or a full URL toPOST /v1/voyage:
202 Accepted; if
another organization has already requested the same domain, the API returns
200 OK with the existing voyage instead. Repeating the same request is
idempotent and does not create a duplicate voyage.
Track a voyage
Use the returnedtaskId to check progress. Poll every five minutes or
slower: