Discussions

Ask a Question

Exact query params supported on /reviews?

/retrieve-task/ – Supported Parameters

Do we store resolved IDs/URLs for customers (Lite vs Plus behavior), or must clients persist them?

The API operates statelessly. Clients are responsible for persisting their respective profile_key values.

Besides accepting a direct publisher URL/ID, do we expose a /resolve endpoint (input: name, address, phone; output: canonical IDs/URLs per publisher)?

The API is designed to accept publisher URLs, which should be provided via the profile_key parameter.

What is the recommended polling frequency for Lite (e.g., hourly/daily/weekly)? Any hard minimum interval (e.g., “not more frequent than every X seconds”)?

While hourly polling is acceptable, webhooks are the preferred solution for data retrieval, eliminating the need to submit requests. Upon notification via webhook, the data for the specific task can be retrieved.

Answered

Concurrent tasks allowed per key and per location/publisher?

The platform runs 60–80 concurrent workers per node. Under elevated load, it horizontally scales by adding another instance with equivalent concurrency capacity.

Answered

What are the default rate limits per API key?

This endpoint is subject to rate limiting to ensure fair usage and system stability. The default rate limit is 180 requests per 60 seconds.