Everything you need to understand and use MarketAtlas — from search to the API.
MarketAtlas is a Greek market intelligence platform built on top of the GEMI business registry (~1.9 million companies). It lets you search, filter, and monitor Greek companies in real time.
The company search runs against the full GEMI registry using Elasticsearch full-text search. You can combine a free-text query with structured filters:
Watchlists are named collections of companies you want to track together — a competitor set, a portfolio, or a prospect list.
Save any filtered search query to revisit it later without re-entering the criteria. Saved searches remember your full filter state — text query, status, legal form, sector, and region.
Alerts notify you when something changes in the registry for companies you care about. They evaluate continuously as new GEMI data is ingested.
MarketAtlas exposes a REST API at /api/v1/.
All endpoints return JSON and require an API key.
/api/v1/companies/
Search the registry
/api/v1/companies/{id}/
Company detail
/api/v1/alerts/
List your alerts
API requests are authenticated with a per-organization API key passed in the
X-API-Key header.
Generate and manage API keys from Organization → API Keys inside the app. Keys are shown once on creation and stored as a SHA-256 hash — keep them safe.
API rate limits are enforced per organization and vary by plan:
| Plan | Requests / minute | Requests / day |
|---|---|---|
| Free | 30 | 500 |
| Team | 120 | 5,000 |
| Business | 600 | 50,000 |
Exceeding limits returns a 429 Too Many Requests response.
The Retry-After header indicates when to retry.