Spain Company Directory — CIF, Address, CNAE, Contact Data avatar

Spain Company Directory — CIF, Address, CNAE, Contact Data

Pricing

from $1.60 / 1,000 spain company directory — cif, address, cnae, contact data

Go to Apify Store
Spain Company Directory — CIF, Address, CNAE, Contact Data

Spain Company Directory — CIF, Address, CNAE, Contact Data

Look up Spanish companies by name. Returns CIF/NIF tax ID, legal form, status, full address, province, CNAE industry code, phone/email/website, employee count and revenue bracket from a public company directory.

Pricing

from $1.60 / 1,000 spain company directory — cif, address, cnae, contact data

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Spain Company Directory — CIF, Address, CNAE, Contact Data

Look up Spanish companies by name. Returns the CIF/NIF tax ID, legal form, registry status, full address (including province), CNAE industry classification code, contact details, employee count, and revenue bracket.

What it does

This actor looks up each requested company name against a public Spanish company directory and returns a structured record — no login, no API key required from you. Because the source uses exact name-to-page matching rather than fuzzy search, every result carries a match_confidence flag; low-confidence (unrelated-company) results are reported as not_found instead of silently returning the wrong company.

Input

  • Company names — the names to look up (e.g. Inditex, Cerrajeria Alonso 2000). Give the name as it would appear on the company's own registry page, without the legal-form suffix (S.L., S.A.) — the actor strips those automatically before matching, so including them is also fine.
  • Proxy configuration — Apify Proxy, RESIDENTIAL group, country ES (prefilled).

Fields returned

Company identity (name, legal name, CIF/NIF, legal form, registry status), full address (street, city, province, postal code), CNAE industry code + description, sector/activity, contact info (phone, email, website), employee count and year, declared annual revenue bracket, source URL, and both a match_confidence and a parse_confidence score.

What this does NOT return

Company officers/administrators, EUID, and Registro Mercantil Tomo/Folio/Hoja registry-sheet numbers are not included. We checked directly (live-tasted 6 companies, including a large corporate and 5 SMEs across different provinces): the source's own page shows those fields exist only behind a separate paid/lead-gated report on the site itself (an "get your free report" signup flow, not a plain page load) — they are never present in the page we scrape. If your workflow specifically needs officer names or the exact registry Tomo/Folio/Hoja reference, this actor is not the right fit; every field it does list above is confirmed present on real company pages, not a placeholder.

CNAE coverage gap

CNAE industry code is present on most, but not all, company pages — some companies genuinely have no CNAE on file with the registry. This is a source data-sparsity gap, not a parsing failure; cnae_code and cnae_description come back empty in that case rather than a guessed value.

Output

One dataset item per requested name. A matched company is a full record (charged); an unresolved name is a lightweight {query, status: "not_found", slug} row (never charged). Export to JSON/CSV/Excel or pull via the Apify API/MCP.

💰 Pricing & how we compare

Pay-per-result (PPE): billed per matched company-record only — unresolved lookups are never charged.

Our edge: exact-match safety (match_confidence guards against a wrong-company mismatch that the source's own URL scheme allows) · contact info (phone/email/website) · employee count + revenue bracket · CNAE industry code.

🤖 Use with AI agents (MCP)

This actor is agent-ready. Point any MCP client (Claude Desktop, Cursor, n8n AI, LangGraph) at it:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?actors=bovi/spain-company-directory",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}