# Artificial Intelligence Grants.gov Opportunities

**Use case:** 

Explore artificial intelligence with Grants.gov Opportunities. Run this tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "keyword": "artificial intelligence",
  "statuses": [
    "posted",
    "forecasted"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "opportunity_id": {
    "label": "Opportunity Id",
    "format": "text"
  },
  "opportunity_number": {
    "label": "Opportunity Number",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agency_code": {
    "label": "Agency Code",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "open_date": {
    "label": "Open Date",
    "format": "date"
  },
  "close_date": {
    "label": "Close Date",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "document_type": {
    "label": "Document Type",
    "format": "text"
  },
  "assistance_listing_numbers": {
    "label": "Assistance Listing Numbers",
    "format": "text"
  },
  "opportunity_url": {
    "label": "Opportunity Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Grants.gov Opportunities Scraper - Federal Funding Data](https://apify.com/benthepythondev/grants-gov-opportunities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/grants-gov-opportunities-scraper) to learn more, explore other use cases, and run it yourself.