# Argentina AFIP CUIT | Taxpayer Lookup by Name Full Export

**Use case:** 

Full Export of Argentina AFIP CUIT | Taxpayer Lookup by Name. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "query": "carrefour"
}
```

## Output

```json
{
  "cuit": {
    "label": "CUIT"
  },
  "denominacion": {
    "label": "Name"
  },
  "tipo": {
    "label": "Type"
  },
  "provincia": {
    "label": "Province"
  },
  "actividad": {
    "label": "Activity"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Argentina AFIP CUIT Scraper | Taxpayer Lookup by Name](https://apify.com/parseforge/argentina-afip-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/argentina-afip-scraper) to learn more, explore other use cases, and run it yourself.