# GAO Congressional Testimony Scraper

**Use case:** 

Pull GAO congressional testimony records with titles, dates, and document links for policy research and oversight tracking.

## Input

```json
{
  "maxItems": 3,
  "feed": "testimony"
}
```

## Output

```json
{
  "reportId": {
    "label": "Report Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pubDate": {
    "label": "Pub Date",
    "format": "text"
  },
  "feed": {
    "label": "Feed",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GAO Reports Scraper | Government Accountability Office Feed](https://apify.com/parseforge/gao-reports-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/gao-reports-scraper) to learn more, explore other use cases, and run it yourself.