# USDA Organic Mango Supplier Scraper for Mexico

**Use case:** 

Scrape USDA Organic INTEGRITY records for certified mango suppliers in Mexico with status, certifier, products, and profile URLs.

## Input

```json
{
  "keyword": "mango",
  "product": "mango",
  "country": "Mexico",
  "startUrls": [
    {
      "url": "https://organic.ams.usda.gov/integrity/CP/OPP?cid=87&nopid=6903966799&ret=Home&retName=Home"
    }
  ],
  "maxItems": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "operationName": {
    "label": "Operation name"
  },
  "operationId": {
    "label": "Operation ID"
  },
  "status": {
    "label": "Status"
  },
  "scopes": {
    "label": "Scopes"
  },
  "certifiedProducts": {
    "label": "Certified products"
  },
  "certifier": {
    "label": "Certifier"
  },
  "city": {
    "label": "City"
  },
  "stateProvince": {
    "label": "State / province"
  },
  "country": {
    "label": "Country"
  },
  "statusEffectiveDate": {
    "label": "Status effective date"
  },
  "contactName": {
    "label": "Contact name"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA Organic Integrity Database Scraper](https://apify.com/automation-lab/usda-organic-integrity-database-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/usda-organic-integrity-database-scraper) to learn more, explore other use cases, and run it yourself.