# Asc Global Mro Data Export

**Use case:** 

Data Export of Asc Global Mro. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "relay",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "partNumber": {
    "label": "Part Number",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "availability": {
    "label": "Stock",
    "format": "number"
  },
  "packaging": {
    "label": "Packaging",
    "format": "string"
  },
  "supplierType": {
    "label": "Supplier Type",
    "format": "string"
  },
  "datasheetUrl": {
    "label": "Datasheet",
    "format": "string"
  },
  "pricing": {
    "label": "Pricing",
    "format": "array"
  },
  "supplier": {
    "label": "Supplier",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Asc Global Mro Scraper](https://apify.com/parseforge/asc-global-mro-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/asc-global-mro-scraper) to learn more, explore other use cases, and run it yourself.