ConsoleCatalog
Sign in
USDA Economic Research Service logo

USDA Economic Research Service

data.ers.usda.govGovernment Legalno auth

Dataset catalog, search, and metadata with downloads.

Data Products Catalog Listing

ASYNCREADNo auth

Returns data products filtered by topic, type, and keyword with names and links.

ParametersFormJSON

Topic filter slug for the data products browse category (query param topic)

Sort order for the catalog listing (query param sort)

Product type filter for the listing (query param type)

Keyword search term applied to the catalog listing (query param keyword)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_data_ers_usda_gov_data_products_catalog_listing",
    "params": {
      "topic_slug": "international-markets-us-trade",
      "sort_by": "date-newest",
      "filter_type": "downloadable-data-files",
      "search_keyword": "trade"
    }
  }'