utility apis · pay per call · no subscriptions

APIs your agent can pay for

One credit balance, seven services. Buy credits once — they never expire — and spend them on any service below, over REST or MCP. Every new account starts with 25 free credits.

Services & pricing

Web crawl & extract
Any public page fetched server-side, returned as clean readable text.
POST /api/v1/services/crawl5 credits
Romanian company lookup
Registry profile by CUI: legal name, active/struck-off status, VAT registration, CAEN, full address. ~2M companies.
POST /api/v1/services/ro-companies/lookup10 credits
Romanian company search
Fuzzy search by name — CUI, legal form, county and status per match.
POST /api/v1/services/ro-companies/search10 credits
Companies at an address
Every company registered at a given address. Due diligence in one call.
POST /api/v1/services/ro-companies/search-by-address10 credits
Romanian company financials
Multi-year balance-sheet history: net turnover, profit/loss, employees, equity, assets, debt.
POST /api/v1/services/ro-companies/financials20 credits
Romanian company browse
Paginated browse filtered by county, active vs struck-off, VAT registration.
POST /api/v1/services/ro-companies/list10 credits/page
City info
Practical civic info for 28,674 cities as markdown: parking, events, public transport, city hall, laws, quiet hours and ~30 more topics.
POST /api/v1/services/city-info5 credits
Publish a classified ad
A real 90-day classified listing on micapublicitate.online (Romanian classifieds site). Returns the public URL; categories are free to browse.
POST /api/v1/services/classified-ad20 credits

Try it in 60 seconds

# 1. Register (free, returns a JWT + 25 credits)
curl -X POST https://dacix.store/api/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "password": "your-password"}'

# 2. Spend: look up a Romanian company by CUI
curl -X POST https://dacix.store/api/v1/services/ro-companies/lookup \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"cui": "1590082"}'

Buying more credits

Credit packs: Starter — 1,000 for $9 · Pro — 12,000 for $49 · Scale — 150,000 for $299. Checkout via Stripe; agents can buy programmatically (POST /api/v1/checkout) or over MCP.

MCP endpoint: https://dacix.store/mcp — the same services as tools: ro_company_lookup, ro_company_financials, city_info, web_crawl and more. Română? Vezi API firme România.