US State Legislators Contacts & Districts Scraper
Scrape current US state legislators (senators and representatives) with name, party, chamber, district and full contact details: email, capitol and district phone and address, official website, social links and photo. Filter by state, chamber and party. Export to JSON, CSV or Excel.
{ "name": "Alana DiMario", "givenName": "Alana", "familyName": "DiMario", "party": "Democratic", "chamber": "upper", "chamberTitle": "Senator", "district": "36", "currentRole": {"title":"Senator","chamber":"upper","distri…, "roleHistory": [{"chamber":"upper","title":"Senator","distr… }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Name | Given Name | Family Name | Party |
|---|---|---|---|
| Alana DiMario | Alana | DiMario | Democratic |
| Alex Marszalkowski | Alex | Marszalkowski | Democratic |
| Alex Finkelman | Alex | Finkelman | Democratic |
| Ana Quezada | Ana | Quezada | Democratic |
| Andrew Dimitri | Andrew | Dimitri | Democratic |
{ "name": "Alana DiMario", "givenName": "Alana", "familyName": "DiMario", "party": "Democratic", "chamber": "upper", "chamberTitle": "Senator", "district": "36", "currentRole": {"title":"Senator","chamber":"upper","distri…, "roleHistory": [{"chamber":"upper","title":"Senator","distr… }
常见问题
Which legislators are included?
The current sitting members of the state legislature, both the upper chamber (Senate) and the lower chamber (House or Assembly), with their party, district and contact details.
Do records include email and phone?
Yes, where the official record publishes them. Each legislator can include a direct email, a capitol office phone and address and a district office phone and address.
Can I get just one chamber or one party?
Yes. Use the chamber filter for upper or lower, and the party filter to keep only legislators whose party matches (for example Democratic or Republican).
Which states are supported?
All US states, plus the District of Columbia and territories that publish a legislature, one state per run.
How fresh is the data?
Contact details are read at run time so each record reflects the latest published profile (see observedAt).