ParseForge Scrapers

Argentina AFIP CUIT Scraper

parseforge/argentina-afip-scraper

Lead generationOther

Scrapes AFIP taxpayer records by name or CUIT and returns each match as a flat row with CUIT, legal name, tax status, and address.

Run this scraper See the API call
Total users
6
Monthly active
2
Total runs
161
Bookmarked
0
Rating
Not rated yet
Last modified
8 days ago

Overview

ParseForge

Argentina AFIP CUIT Scraper

Scrape Argentina's AFIP taxpayer registry by name or CUIT, up to a million records per run. Every match comes with its CUIT, legal name, tax status, and address. No login or API key. Export to CSV, JSON, Excel, or XML.

AFIP's official taxpayer lookup is a web form with no public API, and manual searches are slow and rate-limited. This Actor queries the public AFIP registry directly by company name, person name, or 11-digit CUIT, and returns each match in one fixed schema. It is the fastest way to build a clean Argentine taxpayer database for compliance, sales, or research.

Who uses it What they scrape AFIP for
Compliance officers Verify supplier CUITs and tax status before onboarding
Sales teams Build prospect lists of Argentine companies by industry or region
Market researchers Map the active business population in a province or sector
Fintech developers Enrich customer records with official AFIP identity data

What it does

This Actor collects AFIP taxpayer records by name or CUIT and returns each one as a flat row.

  • 🔎 Name or CUIT search: enter a company name, person name, or 11-digit CUIT and get every matching taxpayer.
  • 📊 Flat row output: each record is one row with CUIT, legal name, tax status, and address, ready for spreadsheets.
  • Bulk collection: set maxItems up to 1,000,000 to pull large datasets in a single run.
  • 📁 Multiple exports: download as CSV, JSON, Excel, or XML from the Apify dataset.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with AFIP data

🧾 Verify supplier tax status.

A compliance officer enters a supplier's name or CUIT and checks the returned tax status and address against their vendor master.

📈 Build a prospect list.

A sales team searches for companies by industry keyword and collects CUIT, legal name, and address for outbound campaigns.

🗺️ Map regional businesses.

A market researcher runs queries for common business names across provinces and aggregates the results to estimate market size.

🔗 Enrich customer records.

A fintech developer matches customer names against AFIP data to confirm identity and tax status before account approval.

Why choose this scraper

What you get
No API key Uses the public AFIP web form, no registration or OAuth
Official data Returns the same fields shown on AFIP's own lookup
One fixed schema Every record has the same columns, no parsing needed
Bulk ready Collect up to a million records per run

How it compares

No other Store actor targets AFIP the same way, so the honest comparison is with the alternatives teams actually weigh.

Argentina AFIP CUIT Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When AFIP changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a taxpayer name or CUIT, and set maxItems to cap how many records are collected per run. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "query": "carrefour"
}

A larger pull:

{
  "maxItems": 200,
  "query": "carrefour"
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Argentina AFIP CUIT Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to AFIP through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/argentina-afip-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your query spelling. AFIP lookup is exact on names and CUITs. Try a shorter or more common name, or verify the CUIT has 11 digits.

The Actor returns fewer records than maxItems.

The Actor stops when AFIP has no more matches for your query. Try a broader search term or a different name variant.

I get an error about the AFIP website.

AFIP may be temporarily unavailable or blocking automated access. Wait a few minutes and retry, or reduce the number of requests per run.

Some fields are empty in the output.

AFIP does not always show every field for every taxpayer. Empty fields mean the information was not present on the lookup page.

FAQ

Question Answer
What is a CUIT? CUIT is the Unique Tax Identification Code (Clave Única de Identificación Tributaria) assigned to every taxpayer in Argentina. It is an 11-digit number used for all tax and business transactions.
Can I search by company name? Yes. Enter a full or partial company name in the query field and the Actor returns all matching taxpayers from the AFIP registry.
Can I search by person name? Yes. The same query field accepts person names, and the Actor returns individual taxpayers with their CUIT and tax status.
Does this Actor need an AFIP account or API key? No. It uses the public AFIP web lookup, so no login, API key, or OAuth is required.
What fields are returned for each taxpayer? Each record includes the CUIT, legal name, tax status, and address as shown on the AFIP lookup. The exact fields are listed in the sample output.
How many records can I collect in one run? You can set maxItems up to 1,000,000. The Actor stops after collecting that many matches.
Is the data from the official AFIP registry? Yes. The Actor reads the public AFIP taxpayer lookup and returns the same information you would see on the AFIP website.
Can I export the results to Excel? Yes. The dataset can be downloaded as CSV, JSON, Excel, or XML from the Apify platform.
Does the Actor handle rate limits? The Actor is designed to work within AFIP's public access limits. If you need very large volumes, consider running multiple queries or scheduling runs.
Can I schedule this Actor to run daily? Yes. You can set up a schedule in Apify to run the Actor at regular intervals and keep your taxpayer data up to date.

Related actors

Browse the full ParseForge collection for more scrapers.

🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Administración Federal de Ingresos Públicos (AFIP). It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many records to collect per run. 10
query string Company name, person name, or 11-digit CUIT banco nacion

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST · run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~argentina-afip-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Argentina AFIP CUIT Scraper on Apify All scrapers