# Texas Congress Stock Trades: Members From Texas by Trade

**Use case:** 

Texas Congress stock trades, listing the latest disclosures from members of Congress who represent Texas on Capitol Trades. Get the politician, company, ticker, buy or sell, trade date, and estimated value in one table, useful for local political watchers and stock trackers. Change the two-letter state code to follow any other state.

## Input

```json
{
  "politicians": [],
  "party": "",
  "chamber": "",
  "state": "tx",
  "txType": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "monitorMode": false,
  "maxItems": 10
}
```

## Output

```json
{
  "politicianFullName": {
    "label": "Politician",
    "format": "text"
  },
  "party": {
    "label": "Party",
    "format": "text"
  },
  "chamber": {
    "label": "Chamber",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "issuerName": {
    "label": "Company",
    "format": "text"
  },
  "issuerTicker": {
    "label": "Ticker",
    "format": "text"
  },
  "txType": {
    "label": "Type",
    "format": "text"
  },
  "valueEstimate": {
    "label": "Est. value",
    "format": "number"
  },
  "txDate": {
    "label": "Traded",
    "format": "date"
  },
  "pubDate": {
    "label": "Disclosed",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Capitol Trades Scraper: Congress Stock Trades & Monitor Mode](https://apify.com/getascraper/capitol-trades-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/capitol-trades-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/capitol-trades-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
