Organic Certification Lookup avatar

Organic Certification Lookup

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Organic Certification Lookup

Organic Certification Lookup

Under maintenance

Organic Certification Lookup. Search and discover data across multiple sources with structured output. Fast, reliable, and cost-effective.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What it does

Organic Certification Lookup searches the USDA Organic Integrity Database to find certified organic operations across the United States. It retrieves operation names, locations, certification IDs, product scopes, certifying agents, and certification status. The actor queries the official USDA API which maintains records of all USDA-certified organic producers, processors, and handlers in the country.

Why use it

Verifying organic certifications is essential for organic food retailers, supply chain managers, food manufacturers sourcing organic ingredients, journalists investigating food labeling claims, regulators, and consumers who want to verify producer credentials. This actor makes it easy to search the entire USDA organic database programmatically, enabling bulk verification, supplier discovery, and compliance monitoring at scale.

How it works

  1. The actor accepts a search query (product type, operation name, etc.) and optional state filter.
  2. It queries the USDA Organic Integrity Database API at organic.ams.usda.gov.
  3. Results are parsed from the JSON response and filtered by state if specified.
  4. Each certified operation record is structured with standardized fields.
  5. Results are pushed to the Apify dataset up to the configured maximum.
  6. The API is free and requires no authentication.

Input parameters

ParameterTypeDefaultDescription
searchQuerystring"dairy"Search term for certified operations (product type, name, etc.)
statestring(optional)US state abbreviation to filter results (e.g., CA, WI, VT)
maxResultsinteger50Maximum number of results to return (1-500)

Output fields

FieldTypeDescription
operationNamestringName of the certified organic operation
citystringCity where the operation is located
statestringState where the operation is located
certificationIdstringUSDA organic certification ID
scopestringCertification scope (e.g., Crops, Handling, Livestock)
productsstringProducts covered by the certification
certifierstringName of the certifying agent
statusstringCurrent certification status (e.g., Certified, Surrendered)

Cost estimate

The USDA Organic Integrity Database API is completely free and requires no authentication or API key. The pay-per-event pricing is $0.00075 per result. Retrieving 100 certification records costs approximately $0.075. Memory usage is minimal at 512 MB default.

Tips

  • Search by product type (e.g., "dairy", "vegetables", "grains") to find producers in a category.
  • Search by operation name to verify a specific company's certification.
  • Use the state filter to narrow results to a specific region.
  • The database includes both active and surrendered certifications, check the status field.
  • For related agricultural data, check out USDA Crop Data Scraper and Farm Market Prices.
  • For nutrition data, see Nutrition Data Scraper.