{"name":"Govparse Agent Gateway","endpoints":[{"id":"gateway.health","path":"/v1/health","method":"GET","summary":"Is the Govparse Agent Gateway up, and which product datasets does it front? Returns a signed _meta attestation proving the payment-to-attestation pipeline end to end.","price_usd":0.001,"price_unit":"call","price_atomic_usdc":"1000","dataset":"gateway","band":"stats","input_schema":{"type":"object","properties":{}},"output_example":{"ok":true,"service":"govparse-gateway","products":["safergrade","petitiondata","grantset","firmstanding"]},"license_url":"https://api.govparse.io/v1/license/gateway"},{"id":"fmcsa.carrier.lookup","path":"/v1/carriers/:usdot","method":"GET","summary":"What does the FMCSA census record show for this USDOT number? Legal/DBA name, entity type, MC number, address, phone, fleet size (power units, drivers), operating status, safety rating, and MCS-150 details for one motor carrier — the registration-of-record lookup behind 'who is this carrier?'","price_usd":0.01,"price_unit":"call","price_atomic_usdc":"10000","dataset":"fmcsa","band":"lookup","input_schema":{"type":"object","properties":{"usdot":{"type":"string","description":"USDOT number (path parameter). Example: 80321.","examples":["80321"]}},"required":["usdot"]},"output_example":{"rows":[{"usdot":80321,"legal_name":"OLIVER TIRE & RUBBER CO","dba_name":null,"entity_type":"carrier","mc_number":null,"phy_city":"OAKLAND","phy_state":"CA","power_units":6,"total_drivers":2,"operating_status":"I","safety_rating":null,"source_vintage":"2026-07-16"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"fmcsa.carrier.search","path":"/v1/carriers/search","method":"GET","summary":"Which FMCSA-registered carriers match a name, state, entity type, fleet-size range, operating status, or authority status? Trigram name search over 4.4M+ census records — find a carrier's USDOT number, shortlist carriers in a lane state, or screen brokers vs carriers. Up to 100 rows per call, largest fleets first; total_matched caps at 1000 (total_matched_capped=true means narrow your filters).","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fmcsa","band":"search","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Carrier legal or DBA name fragment, case-insensitive (trigram match). Example: 'knight transportation'.","examples":["knight transportation"]},"state":{"type":"string","description":"Physical-address state code(s), CSV. Example: 'TX,OK'.","examples":["TX"]},"entity_type":{"type":"string","description":"carrier | broker | forwarder (CSV for multiple).","examples":["carrier"]},"operating_status":{"type":"string","description":"A (active) | I (inactive) | P (pending), CSV for multiple.","examples":["A"]},"authority_status":{"type":"string","description":"Only carriers with an operating-authority record in this status: Active | Pending | Inactive | Withdrawn.","examples":["Active"]},"power_units_min":{"type":"integer","description":"Minimum fleet size in power units.","examples":[50]},"power_units_max":{"type":"integer","description":"Maximum fleet size in power units.","examples":[500]},"sort":{"type":"string","description":"field:direction — power_units | total_drivers | usdot. Example: 'power_units:desc'.","examples":["power_units:desc"]},"limit":{"type":"integer","description":"Max rows to return (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"usdot":2550754,"legal_name":"EXAMPLE FREIGHT LLC","dba_name":null,"entity_type":"carrier","phy_city":"DALLAS","phy_state":"TX","power_units":120,"total_drivers":135,"operating_status":"A"}],"total_matched":42},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"fmcsa.carrier.score","path":"/v1/carriers/:usdot/score","method":"GET","summary":"What SaferGrade score do FMCSA safety records produce for this carrier, and which components drive it? Returns the 0-100 score with letter grade and confidence, plus the observed inputs: 24-month inspection and out-of-service totals, driver/vehicle OOS rates vs the national baseline, crash summary, and the FMCSA safety rating on file.","price_usd":0.05,"price_unit":"call","price_atomic_usdc":"50000","dataset":"fmcsa","band":"lookup","input_schema":{"type":"object","properties":{"usdot":{"type":"string","description":"USDOT number (path parameter). Example: 54283.","examples":["54283"]}},"required":["usdot"]},"output_example":{"usdot":54283,"legal_name":"EXAMPLE CARRIER INC","operating_status":"A","score":{"score":73,"grade":"C","confidence":"high","tier":1,"computed_at":"2026-07-16"},"components":{"inspections_24mo":{"inspections":22482,"driver_oos_total":512,"vehicle_oos_total":3110},"out_of_service_rates":{"driver_oos_rate":0.028,"vehicle_oos_rate":0.21,"national_driver_oos_rate":0.0739,"national_vehicle_oos_rate":0.3312},"crashes_24mo":{"crashes":41,"fatalities":1,"injuries":12},"safety_rating":"S"},"methodology":"https://safergrade.com/methodology"},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"fmcsa.carrier.vet","path":"/v1/carriers/:usdot/vet","method":"GET","summary":"Is this carrier's paperwork in order before I tender a load? One-call carrier vetting screen: FMCSA census record, operating-authority records and revocations, active insurance filings on file, SaferGrade score, and crash/out-of-service history vs the national baseline — everything a broker checks before onboarding, in a single response.","price_usd":0.05,"price_unit":"call","price_atomic_usdc":"50000","dataset":"fmcsa","band":"lookup","input_schema":{"type":"object","properties":{"usdot":{"type":"string","description":"USDOT number (path parameter). Example: 54283.","examples":["54283"]}},"required":["usdot"]},"output_example":{"usdot":54283,"carrier":{"legal_name":"EXAMPLE CARRIER INC","operating_status":"A","power_units":9000},"screen":{"operating_status":"A","active_authorities_on_file":1,"active_insurance_filings_on_file":2,"revocation_records_on_file":0,"safergrade_score":73,"safergrade_grade":"C"},"authority":{"records":[{"op_auth_type":"Motor Carrier of Property (Except Household Goods)","op_auth_status":"Active"}],"revocations":[]},"insurance":{"active_filings":[{"ins_type_desc":"LIABILITY","insurance_company_name":"EXAMPLE INSURANCE CO","min_cov_amount":1000000}],"history_filings":4},"score":{"score":73,"grade":"C","confidence":"high"},"safety":{"out_of_service_rates":{"driver_oos_rate":0.028,"national_driver_oos_rate":0.0739},"crashes_24mo":{"crashes":41}}},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"fmcsa.carrier360","path":"/v1/carriers/:usdot/carrier360","method":"GET","summary":"What does the complete FMCSA file show for this carrier, in one call? The carrier360 dossier by USDOT number: census identity, operating-authority records with status-change history and revocations, active + historical insurance filings, the safety rating and review on file, the SaferGrade score with its component breakdown, 24-month inspection/violation and crash summaries vs national OOS baselines, and a merged recent-events timeline of authority and insurance changes.","price_usd":0.25,"price_unit":"call","price_atomic_usdc":"250000","dataset":"fmcsa","band":"dossier","input_schema":{"type":"object","properties":{"usdot":{"type":"string","description":"USDOT number (path parameter). Example: 43838.","examples":["43838"]}},"required":["usdot"]},"output_example":{"usdot":43838,"identity":{"usdot":43838,"legal_name":"SORENSON TRANSPORTATION COMPANY INC","dba_name":"SORENSON TRANSPORT CO INC","entity_type":"carrier","mc_number":"MC136830","phy_city":"CHEHALIS","phy_state":"WA","power_units":55,"total_drivers":48,"operating_status":"A","safety_rating":"S","source_vintage":"2026-07-18"},"safety_rating":{"rating":"S","rating_date":"2009-08-10","review_type":"C","review_date":"2009-07-30","mcsip_step":null},"score":{"score":80,"grade":"B","confidence":"high","tier":1,"scored_inspections":120},"safety":{"inspections_24mo":{"inspections":120,"driver_oos_total":1,"vehicle_oos_total":6,"total_violations":38},"out_of_service_rates":{"driver_oos_rate":0.0083,"vehicle_oos_rate":0.0625,"national_driver_oos_rate":0.0739,"national_vehicle_oos_rate":0.3312},"crashes_24mo":{"crashes":2,"fatalities":1,"injuries":4}},"authority":{"records":[{"docket_number":"MC136830","op_auth_type":"Motor Carrier of Property (Except Household Goods)","op_auth_status":"Active","min_cov_amount":750000}],"revocations":[],"history":[{"docket_number":"MC136830","op_auth_status":"Active","reason":"Administrative Correction","status_change_date":"2026-07-21"}]},"insurance":{"active_filings":[{"ins_form_code":"BMC-91X","policy_no":"GWL00770J","max_cov_amount":1000000,"effective_date":"2026-07-19"}],"history_filings":2},"recent_events":[{"event":"authority_status_change","event_date":"2026-07-21","docket_number":"MC136830","status":"Active","reason":"Administrative Correction"},{"event":"insurance_cancellation","event_date":"2026-07-19","ins_type_desc":"BIPD","insurance_company_name":"Great West Casualty Company","policy_no":"CLP32295N"}],"methodology":"https://safergrade.com/methodology"},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"fmcsa.stats.carriers","path":"/v1/stats/carriers","method":"GET","summary":"How big is the FMCSA carrier dataset right now? Headline aggregates: total and active registered carriers, how many have a SaferGrade score and the grade distribution, carriers with inspection/crash history, and the current national driver/vehicle out-of-service baseline rates.","price_usd":0.001,"price_unit":"call","price_atomic_usdc":"1000","dataset":"fmcsa","band":"stats","input_schema":{"type":"object","properties":{}},"output_example":{"total_carriers":4468278,"active_carriers":2222638,"scored_carriers":2200000,"grade_distribution":{"A":310000,"B":720000,"C":640000,"D":350000,"F":180000},"carriers_with_inspection_history":574984,"carriers_with_crash_records":112928,"national_out_of_service_rates":{"driver_oos_rate":0.0739,"vehicle_oos_rate":0.3312}},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"oflc.sponsor.search","path":"/v1/sponsors/search","method":"GET","summary":"Which employers sponsor work visas or green cards? Search DOL OFLC disclosure data by employer name, state, program (LCA/H-1B vs PERM), case status, fiscal year, or SOC occupation code. Returns per-employer filing counts (total, LCA, PERM, certified, denied) — the shortlist behind 'who sponsors H-1B for this role?'","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"oflc","band":"search","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Employer name fragment, punctuation-insensitive. Example: 'amazon'.","examples":["amazon"]},"state":{"type":"string","description":"Employer HQ state code(s), CSV. Example: 'WA,CA'.","examples":["WA"]},"program":{"type":"string","description":"LCA (H-1B and related) | PERM (green-card labor certification). CSV for both.","examples":["LCA"]},"case_status":{"type":"string","description":"CERTIFIED | DENIED | WITHDRAWN | CERTIFIED - WITHDRAWN, CSV for multiple.","examples":["CERTIFIED"]},"soc_code":{"type":"string","description":"Only sponsors with LCA filings in this SOC occupation. Example: 15-1252 (software developers).","examples":["15-1252"]},"fiscal_year_min":{"type":"integer","description":"Earliest federal fiscal year to include.","examples":[2026]},"fiscal_year_max":{"type":"integer","description":"Latest federal fiscal year to include.","examples":[2026]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"display_name":"Amazon.com Services LLC","normalized_name":"AMAZON COM SERVICES LLC","slug":"amazon-com-services-llc","states":["VA","WA"],"total_filings":5231,"lca_filings":5098,"perm_filings":133,"certified_filings":5100,"denied_filings":12,"fiscal_years":[2026]}],"total_matched":14},"license_url":"https://api.govparse.io/v1/license/oflc"},{"id":"oflc.sponsor.dossier","path":"/v1/sponsors/:sponsor","method":"GET","summary":"What is this employer's full visa-sponsorship track record? One-call dossier from DOL OFLC filings: LCA and PERM case counts by fiscal year and status, certification vs denial breakdown, annualized offered-wage percentiles (p10-p90), top sponsored SOC occupations, and top worksite states. Accepts a slug (amazon-com-services-llc) or a raw employer name.","price_usd":0.1,"price_unit":"call","price_atomic_usdc":"100000","dataset":"oflc","band":"dossier","input_schema":{"type":"object","properties":{"sponsor":{"type":"string","description":"Employer slug or name (path parameter). Punctuation-insensitive; fuzzy-matched if no exact hit. Example: 'amazon-com-services-llc'.","examples":["amazon-com-services-llc"]}},"required":["sponsor"]},"output_example":{"sponsor":{"display_name":"Amazon.com Services LLC","normalized_name":"AMAZON COM SERVICES LLC","slug":"amazon-com-services-llc","states":["VA","WA"],"total_filings":5231},"filings_by_year":[{"program":"LCA","fiscal_year":2026,"case_status":"CERTIFIED","filings":5098}],"lca":{"cases":5098,"status_breakdown":{"Certified":4900,"Denied":12},"offered_wage_annualized_percentiles":{"p10":98000,"p25":121000,"p50":152000,"p75":185000,"p90":216000},"top_soc_occupations":[{"soc_code":"15-1252","soc_title":"Software Developers","cases":3200}],"top_worksite_states":[{"worksite_state":"WA","cases":2400}]},"perm":{"cases":133,"status_breakdown":{"Certified":120}}},"license_url":"https://api.govparse.io/v1/license/oflc"},{"id":"oflc.wages.prevailing","path":"/v1/wages/prevailing","method":"GET","summary":"What do employers actually offer for this occupation in this state? Annualized wage percentiles (p10-p90) computed from LCA disclosure filings for an SOC code, optionally narrowed to a worksite state: offered wages, DOL prevailing wages, wage-level distribution, and sample size — the market-rate check behind salary negotiation and offer benchmarking.","price_usd":0.01,"price_unit":"call","price_atomic_usdc":"10000","dataset":"oflc","band":"lookup","input_schema":{"type":"object","properties":{"soc":{"type":"string","description":"SOC occupation code, required. Example: 15-1252 (software developers).","examples":["15-1252"]},"state":{"type":"string","description":"Worksite state code to narrow the sample. Example: 'CA'.","examples":["CA"]}},"required":["soc"]},"output_example":{"soc_code":"15-1252","soc_title":"Software Developers","worksite_state":"CA","sample_size":18754,"offered_wage_annualized_percentiles":{"p10":110000,"p25":135000,"p50":165000,"p75":200000,"p90":235000},"prevailing_wage_annualized_percentiles":{"p10":95000,"p25":118000,"p50":142000,"p75":168000,"p90":190000},"pw_wage_level_distribution":{"I":2100,"II":6400,"III":6900,"IV":3300},"basis":"LCA disclosure filings; wages annualized from the filed unit of pay"},"license_url":"https://api.govparse.io/v1/license/oflc"},{"id":"oflc.stats.sponsors","path":"/v1/stats/sponsors","method":"GET","summary":"How much visa-sponsorship data is on file? Headline aggregates over DOL OFLC disclosure data: distinct sponsoring employers, LCA and PERM case totals with certified counts, and the fiscal years covered.","price_usd":0.001,"price_unit":"call","price_atomic_usdc":"1000","dataset":"oflc","band":"stats","input_schema":{"type":"object","properties":{}},"output_example":{"sponsors":45210,"fiscal_years":[2026],"lca_cases":210387,"lca_certified":190152,"perm_cases":60096,"perm_certified":55216},"license_url":"https://api.govparse.io/v1/license/oflc"},{"id":"govcon.opportunity.search","path":"/v1/opportunities/search","method":"GET","summary":"What federal contract solicitations and grant opportunities can my business bid on right now? Unified search over SAM.gov contract opportunities and Grants.gov postings: keyword, awarding agency, NAICS prefix, set-aside (SBA, 8A, WOSB, SDVOSBC...), place-of-performance state, and posted/deadline date windows. One call answers 'find open federal money that fits us'.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"govcon","band":"search","input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Keyword in the opportunity title. Example: 'cybersecurity'.","examples":["cybersecurity"]},"kind":{"type":"string","description":"contract | grant (CSV for both; default both).","examples":["contract"]},"agency":{"type":"string","description":"Awarding department/agency name fragment. Example: 'defense'.","examples":["defense"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV — contracts only. Example: '5415' covers all IT services.","examples":["5415"]},"setaside":{"type":"string","description":"Set-aside code(s), CSV — contracts only: SBA, 8A, WOSB, SDVOSBC, HZC...","examples":["SBA"]},"state":{"type":"string","description":"Place-of-performance state code(s), CSV — contracts only.","examples":["VA"]},"deadline_before":{"type":"string","description":"Response/close deadline on or before this date (YYYY-MM-DD).","examples":["2026-09-30"]},"deadline_after":{"type":"string","description":"Response/close deadline on or after this date (YYYY-MM-DD).","examples":["2026-07-16"]},"posted_after":{"type":"string","description":"Posted/open date on or after this date (YYYY-MM-DD).","examples":["2026-07-01"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"kind":"contract","id":"6cdbd22da7c746d59e8560ef8a44e76a","number":"693C7326R000010","title":"Western Federal Lands Highway Division Building Renovations","agency":"TRANSPORTATION, DEPARTMENT OF","naics_code":"236220","set_aside_code":"SBA","posted_date":"2026-07-10","deadline":"2026-08-15 17:00:00+00","state":"OR","link":"https://sam.gov/opp/6cdbd22da7c746d59e8560ef8a44e76a/view"}],"total_matched":118},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"govcon.opportunity.detail","path":"/v1/opportunities/:noticeId","method":"GET","summary":"What are the full details of this federal opportunity? Complete record for one SAM.gov contract notice (by notice ID) or Grants.gov opportunity (by opportunity ID or number): solicitation number, type, set-aside, NAICS, place of performance, response deadline, award floor/ceiling, eligibility, description, and the official link.","price_usd":0.01,"price_unit":"call","price_atomic_usdc":"10000","dataset":"govcon","band":"lookup","input_schema":{"type":"object","properties":{"noticeId":{"type":"string","description":"SAM.gov notice ID, or Grants.gov opportunity ID / opportunity number (path parameter).","examples":["6cdbd22da7c746d59e8560ef8a44e76a"]}},"required":["noticeId"]},"output_example":{"kind":"contract","notice_id":"6cdbd22da7c746d59e8560ef8a44e76a","title":"Western Federal Lands Highway Division Building Renovations","solicitation_number":"693C7326R000010","department":"TRANSPORTATION, DEPARTMENT OF","naics_code":"236220","set_aside_code":"SBA","posted_date":"2026-07-10","response_deadline":"2026-08-15 17:00:00+00","pop_city":"VANCOUVER","pop_state":"WA","description_excerpt":"The Western Federal Lands Highway Division intends to...","ui_link":"https://sam.gov/opp/6cdbd22da7c746d59e8560ef8a44e76a/view","active":true},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"govcon.award.search","path":"/v1/awards/search","method":"GET","summary":"Who has the government actually paid, for what, and how much? Search USAspending federal award history (contracts and assistance) by recipient name or UEI, awarding agency, NAICS prefix, CFDA number, amount range, and action-date window — competitor award research, incumbent lookup before a recompete, and grant-winner analysis in one call.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"govcon","band":"search","input_schema":{"type":"object","properties":{"recipient":{"type":"string","description":"Award recipient name fragment. Example: 'lockheed'.","examples":["lockheed"]},"uei":{"type":"string","description":"Recipient Unique Entity Identifier (SAM UEI), exact match.","examples":["ZQGD2Xix75A5"]},"agency":{"type":"string","description":"Awarding agency or sub-agency name fragment. Example: 'defense'.","examples":["defense"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV.","examples":["5415"]},"kind":{"type":"string","description":"contract | assistance (grants, loans, direct payments). CSV for both.","examples":["contract"]},"cfda":{"type":"string","description":"CFDA / Assistance Listing number, exact match (assistance awards).","examples":["93.243"]},"amount_min":{"type":"number","description":"Minimum award amount in USD.","examples":[1000000]},"amount_max":{"type":"number","description":"Maximum award amount in USD.","examples":[50000000]},"awarded_after":{"type":"string","description":"Action date on or after (YYYY-MM-DD).","examples":["2025-10-01"]},"awarded_before":{"type":"string","description":"Action date on or before (YYYY-MM-DD).","examples":["2026-07-16"]},"sort":{"type":"string","description":"field:direction — amount | action_date. Default 'amount:desc'.","examples":["action_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"award_id":"CONT_AWD_EXAMPLE_9700","kind":"contract","recipient_name":"EXAMPLE AEROSPACE CORP","recipient_uei":"ZQGD2XIX75A5","awarding_agency":"Department of Defense","amount":24500000,"action_date":"2026-03-14","naics_code":"336411","description":"AIRCRAFT COMPONENT SUSTAINMENT"}],"total_matched":87},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"govcon.stats.opportunities","path":"/v1/stats/opportunities","method":"GET","summary":"How much open federal money is in the dataset right now? Headline aggregates: active SAM.gov contract opportunities (and how many still have an open deadline), Grants.gov opportunities by status (posted vs forecasted), and USAspending award records on file with their total dollar amount.","price_usd":0.001,"price_unit":"call","price_atomic_usdc":"1000","dataset":"govcon","band":"stats","input_schema":{"type":"object","properties":{}},"output_example":{"active_contract_opportunities":78811,"contract_opportunities_with_open_deadline":31204,"grant_opportunities":{"posted":1279,"forecasted":508},"awards_on_file":100000,"awards_total_amount_usd":812345678901.5},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"firmstanding.business360.lookup","path":"/v1/business360/lookup","method":"GET","summary":"What do federal records show about this company, across every dataset at once? Flagship employer dossier by name + state: canonical identity from the entity graph, plus per-source sections — OFLC visa filings, WHD wage enforcement (back wages), OSHA inspections/violations (penalties), EPA ECHO facilities, FMCSA carriers, LEIE/SAM exclusion hits — match tiers and confidence disclosed. Public records, name/address-matched; NOT a consumer report, no FCRA use.","price_usd":0.25,"price_unit":"call","price_atomic_usdc":"250000","dataset":"firmstanding","band":"dossier","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Company name — legal suffixes and punctuation are normalized away ('Tyson Foods, Inc.' matches 'TYSON FOODS').","examples":["Tyson Foods"]},"state":{"type":"string","description":"Two-letter state code the entity is keyed to. Example: 'AR'.","examples":["AR"]}},"required":["name","state"]},"output_example":{"entity":{"entity_id":"47876324-5171-4e4b-8426-3ef41d511436","canonical_name":"Tyson Foods, Inc.","canonical_dba":null,"norm_name":"TYSON FOODS","state":"AR","address":{"line1":"2200 W DON TYSON PKWY","city":"SPRINGDALE","state":"AR","zip5":"72762"},"naics":"311615","first_seen":"2015-02-03","last_seen":"2026-07-12","source_count":5,"record_count":63},"resolution":{"by":"name_state","candidates":1,"alternates":[]},"match":{"overall_confidence":0.6,"tier_counts":{"tier_1":41,"tier_2":12,"tier_3":10},"link_count":63},"sections":{"immigration_filings":{"lca":{"count":9,"certified_count":9},"perm":{"count":2,"certified_count":2}},"wage_enforcement":{"case_count":3,"back_wages_total":41262.5,"latest":[{"case_id":1701401,"city":"SPRINGDALE"}]},"workplace_safety":{"inspection_count":14,"violation_count":22,"current_penalties_total":145030},"environmental":{"facility_count":31,"penalties_5yr_total":88400},"transportation":{"carrier_count":1,"carriers":[{"usdot_number":299087,"legal_name":"TYSON FOODS INC"}]},"exclusions":{"leie":{"hit_count":0,"records":[]},"sam":{"hit_count":0,"records":[]}}}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"firmstanding.business360","path":"/v1/business360/:entityId","method":"GET","summary":"What do federal records show about this exact employer entity? The business360 dossier by entity UUID (from /v1/companies/search or /v1/business360/lookup): canonical identity plus per-source sections — OFLC visa filings, WHD wage enforcement, OSHA inspections/violations, EPA ECHO compliance, FMCSA carriers, LEIE/SAM exclusions — with match tiers, confidence, and per-source vintages disclosed. Public records; NOT a consumer report, no FCRA use.","price_usd":0.25,"price_unit":"call","price_atomic_usdc":"250000","dataset":"firmstanding","band":"dossier","input_schema":{"type":"object","properties":{"entityId":{"type":"string","description":"Employer entity UUID (path parameter), as returned by /v1/companies/search or a business360 lookup.","examples":["47876324-5171-4e4b-8426-3ef41d511436"]}},"required":["entityId"]},"output_example":{"entity":{"entity_id":"47876324-5171-4e4b-8426-3ef41d511436","canonical_name":"Tyson Foods, Inc.","canonical_dba":null,"norm_name":"TYSON FOODS","state":"AR","address":{"line1":"2200 W DON TYSON PKWY","city":"SPRINGDALE","state":"AR","zip5":"72762"},"naics":"311615","first_seen":"2015-02-03","last_seen":"2026-07-12","source_count":5,"record_count":63},"resolution":{"by":"name_state","candidates":1,"alternates":[]},"match":{"overall_confidence":0.6,"tier_counts":{"tier_1":41,"tier_2":12,"tier_3":10},"link_count":63},"sections":{"immigration_filings":{"lca":{"count":9,"certified_count":9},"perm":{"count":2,"certified_count":2}},"wage_enforcement":{"case_count":3,"back_wages_total":41262.5,"latest":[{"case_id":1701401,"city":"SPRINGDALE"}]},"workplace_safety":{"inspection_count":14,"violation_count":22,"current_penalties_total":145030},"environmental":{"facility_count":31,"penalties_5yr_total":88400},"transportation":{"carrier_count":1,"carriers":[{"usdot_number":299087,"legal_name":"TYSON FOODS INC"}]},"exclusions":{"leie":{"hit_count":0,"records":[]},"sam":{"hit_count":0,"records":[]}}}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"firmstanding.screen.exclusions","path":"/v1/screens/exclusions","method":"GET","summary":"Is this company on a federal exclusion or debarment list? One-call screen of HHS OIG LEIE and SAM.gov exclusions by normalized business name (state optional): attested records_found verdict, per-list hit and currently-active counts, and the matching records with exclusion type, agency, and dates — plus entity-linked hits with disclosed match confidence. Name-matched public records; NOT a consumer report, no FCRA-regulated use (employment/credit/tenancy).","price_usd":0.1,"price_unit":"call","price_atomic_usdc":"100000","dataset":"firmstanding","band":"screen","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Business name to screen — legal suffixes and punctuation normalized ('Purdue Pharma, L.P.' matches 'PURDUE PHARMA').","examples":["Purdue Pharma"]},"state":{"type":"string","description":"Optional two-letter state code to narrow the screen.","examples":["DC"]}},"required":["name"]},"output_example":{"query":{"name":"Purdue Pharma","normalized_name":"PURDUE PHARMA","state":"all"},"verdict":{"records_found":true,"leie_hit_count":1,"leie_active_count":1,"sam_hit_count":0,"sam_active_count":0},"leie":{"hits":[{"bus_name":"PURDUE PHARMA, L P","excl_type":"1128b7","excl_date":"2026-07-20","rein_date":null,"state":"DC","currently_excluded":true,"match":{"basis":"name_exact_normalized"}}]},"sam":{"hits":[]},"match_basis":"Exact match on legal-suffix-stripped, punctuation-normalized business name"},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"firmstanding.screen.enforcement","path":"/v1/screens/enforcement","method":"GET","summary":"Does this employer have federal enforcement history on file? One-call WHD + OSHA + EPA screen by company name and state: attested records_found verdict with per-source counts, severity totals (WHD back wages and penalties, OSHA current violation penalties, EPA ECHO 5-year penalties and SNC/HPV flags), most-recent action dates, and the latest records — with match tiers and confidence disclosed. Public records, name/address-matched; NOT a consumer report, no FCRA use.","price_usd":0.1,"price_unit":"call","price_atomic_usdc":"100000","dataset":"firmstanding","band":"screen","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Company name — legal suffixes and punctuation normalized.","examples":["Tyson Foods"]},"state":{"type":"string","description":"Two-letter state code the employer is keyed to. Example: 'AR'.","examples":["AR"]}},"required":["name","state"]},"output_example":{"query":{"name":"Tyson Foods","state":"AR"},"entity":{"entity_id":"47876324-5171-4e4b-8426-3ef41d511436","canonical_name":"Tyson Foods, Inc.","city":"SPRINGDALE","state":"AR"},"match":{"overall_confidence":0.6,"tier_counts":{"tier_1":41,"tier_2":12,"tier_3":10}},"verdict":{"records_found":true,"whd_case_count":3,"osha_inspection_count":14,"echo_facility_count":31},"severity":{"whd_back_wages_total":41262.5,"whd_civil_money_penalties_total":0,"osha_violation_count":22,"osha_current_penalties_total":145030,"echo_facilities_with_snc_hpv_flag":2,"echo_penalties_5yr_total":88400},"most_recent":{"whd_findings_end_date":"2023-11-04","osha_open_date":"2026-03-18","echo_last_inspection_date":"2026-05-02"}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"firmstanding.company.search","path":"/v1/companies/search","method":"GET","summary":"Which employers appear in federal enforcement and compliance records? Search 3.7M resolved employer entities by name (suffix/punctuation-insensitive, trigram-indexed), state, linked source (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), NAICS prefix, or source-count range. Returns entity IDs for the business360 dossier plus identity, address, and source/record counts. total_matched caps at 1000 — narrow when capped. Not a consumer report; no FCRA use.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"firmstanding","band":"search","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Company name fragment — normalized before matching ('Swift Transportation Co. of Arizona, LLC' → 'SWIFT TRANSPORTATION'). Example: 'swift transportation'.","examples":["swift transportation"]},"state":{"type":"string","description":"Entity state code(s), CSV. Example: 'AZ'.","examples":["AZ"]},"source":{"type":"string","description":"Only entities with linked records in these sources (CSV): whd | osha | echo | oflc | fmcsa | leie | sam_exclusions.","examples":["whd,osha"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV. Example: '3116' covers animal processing.","examples":["3116"]},"source_count_min":{"type":"integer","description":"Minimum number of distinct federal sources the entity appears in (1-7).","examples":[2]},"source_count_max":{"type":"integer","description":"Maximum number of distinct federal sources the entity appears in.","examples":[7]},"sort":{"type":"string","description":"field:direction — source_count | record_count | last_seen. Default 'source_count:desc'.","examples":["record_count:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"entity_id":"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b","canonical_name":"SWIFT TRANSPORTATION CO OF ARIZONA LLC","canonical_dba":null,"norm_name":"SWIFT TRANSPORTATION CO OF ARIZONA","state":"AZ","addr_city":"PHOENIX","naics":"484121","first_seen":"2015-04-20","last_seen":"2026-07-12","source_count":4,"record_count":188}],"total_matched":7},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"firmstanding.stats.companies","path":"/v1/stats/companies","method":"GET","summary":"How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.","price_usd":0.001,"price_unit":"call","price_atomic_usdc":"1000","dataset":"firmstanding","band":"stats","input_schema":{"type":"object","properties":{}},"output_example":{"employer_entities":3730085,"multi_source_entities":612000,"states_covered":56,"links_by_source":{"echo":3065247,"osha":853350,"whd":573267,"fmcsa":269727,"oflc":295677,"sam_exclusions":11587,"leie":3432},"records_on_file":{"whd_cases":365393,"osha_inspections":854378,"osha_violations":1664167,"echo_facilities":3134720,"leie_exclusions":83633,"sam_exclusions":167642}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"partd.feed.prescribing","path":"/v1/feeds/pharma-prescribing","method":"GET","summary":"Which prescribers just entered a drug class this Medicare Part D year — e.g. new GLP-1 prescribers in PY2024? Bulk feed over CMS Part D Prescribers by Provider and Drug, aggregated per NPI to a drug class and differenced PY2023 → PY2024: direction=new_entrant returns new-to-class prescribers, de_adopter those whose class volume fell. Flat rows, cursor-paginated up to 1000/page, by drug_class, specialty, and state. Observational public Part D records — never a clinical recommendation.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"partd","band":"feed","input_schema":{"type":"object","properties":{"drug_class":{"type":"string","description":"Therapeutic drug class: GLP-1 | SGLT2 | DPP-4 | Statin. Default GLP-1.","examples":["GLP-1"]},"direction":{"type":"string","description":"new_entrant (default; wrote the class in PY2024 with ≤ max_prior_claims in PY2023 — the new-to-class buying moment) | de_adopter (class volume fell ≥ min_pct_drop%).","examples":["new_entrant"]},"state":{"type":"string","description":"Prescriber state code (two letters).","examples":["TX"]},"specialty":{"type":"string","description":"Prescriber specialty (Prscrbr_Type), e.g. Endocrinology.","examples":["Endocrinology"]},"min_claims_2024":{"type":"integer","description":"Minimum class claims in PY2024.","examples":[50]},"max_prior_claims":{"type":"integer","description":"new_entrant only: maximum PY2023 class claims allowed (0 = truly new to the class).","examples":[0]},"min_pct_drop":{"type":"integer","description":"de_adopter only: minimum percent decline in class volume PY2023 → PY2024.","examples":[50]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJvIjo1MDB9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"pharma-prescribing","query":{"drug_class":"GLP-1","direction":"new_entrant","state":"TX","specialty":"all"},"rows":[{"event_key":"partd:1487654321:GLP-1","npi":"1487654321","drug_class":"GLP-1","direction":"new_entrant","prescriber_specialty":"Endocrinology","prescriber_state":"TX","prescriber_city":"HOUSTON","class_claims_2024":1787,"class_claims_2023":0,"class_claims_delta":1787,"pct_change":null,"performance_year_pair":"2023-2024","as_published_date":"PY2024"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJvIjo1MDB9","total_matched":2513},"basis":"CMS Medicare Part D Prescribers by Provider and Drug, aggregated per NPI to a therapeutic drug class and differenced PY2023 → PY2024, surfaced via the Healthparse Part D API. Observational counts of records present in the public Part D file — never a clinical recommendation."},"license_url":"https://api.govparse.io/v1/license/partd"},{"id":"partd.prescriber.search","path":"/v1/prescribers/lookup","method":"GET","summary":"Who is this prescriber, and what do they prescribe most in Medicare Part D? Look up a prescriber by NAME (or exact NPI): NPPES identity — specialty, location — plus that NPI's latest-year Part D summary (top drug, total claims, distinct drugs, and which tracked classes GLP-1/SGLT2/DPP-4/Statin they write). Optionally narrow by state and specialty. Observational public CMS/NPPES records — never a clinical recommendation. Cross-gateway via the Healthparse Part D API.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"partd","band":"search","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Prescriber name — last-name prefix (e.g. Smith) or first+last (e.g. John Smith).","examples":["smith"]},"npi":{"type":"string","description":"Exact 10-digit National Provider Identifier.","examples":["1558852533"]},"state":{"type":"string","description":"Prescriber state code(s), two letters, comma-separated.","examples":["GA"]},"specialty":{"type":"string","description":"NPPES taxonomy / specialty substring.","examples":["Cardiology"]}}},"output_example":{"rows":[{"npi":"1558852533","prescriber_name":"John Smith","specialty":"Cardiology","state":"GA","city":"Mcdonough","top_drug":"Atorvastatin Calcium","total_drug_classes_tracked":2,"has_part_d":true,"total_part_d_claims":6042,"distinct_drugs":41,"drug_classes_written":["SGLT2","Statin"],"new_to_class":false}],"total_matched":1,"basis":"Prescriber identity from the public NPPES provider directory joined to that NPI's Medicare Part D prescribing (CMS Prescribers by Provider and Drug), surfaced via the Healthparse Part D API. Observational public records — never a clinical recommendation."},"license_url":"https://api.govparse.io/v1/license/partd"},{"id":"firmstanding.feed.enforcement","path":"/v1/feeds/enforcement-events","method":"GET","summary":"Which employers were hit with new federal enforcement actions since a given date? Bulk feed of OSHA inspections (violated standards, penalties, abatement dates), EPA ECHO formal enforcement actions (SNC/HPV flags, penalties), and DOL WHD concluded wage cases (back wages, statutes) — flat rows, cursor-paginated up to 1000/page, each resolved to the FirmStanding entity graph where a match exists, with tier and confidence disclosed. Public records; NOT a consumer report, no FCRA use.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"firmstanding","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Include events dated on or after this date (YYYY-MM-DD). Required.","examples":["2026-06-01"]},"agency":{"type":"string","description":"Restrict to source agencies (CSV): osha | epa | whd. Default all three.","examples":["osha,epa"]},"state":{"type":"string","description":"Facility/employer state code(s), CSV.","examples":["TX,OK"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV. Example: '3116' covers animal processing.","examples":["3116"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":["since"]},"output_example":{"feed":"enforcement-events","query":{"since":"2026-06-01","agency":["osha","epa","whd"],"state":"all","naics":"all"},"rows":[{"event_key":"osha:319001234","event_date":"2026-06-02","agency":"OSHA","event_type":"osha_inspection","name":"ACME MEATPACKING LLC","street":"100 PLANT RD","city":"AMARILLO","state":"TX","zip":"79101","naics":"311612","as_published_date":"2026-07-12","codes":["19100147","19100212"],"violation_count":3,"penalty_usd":24500,"back_wages_usd":null,"abatement_latest_date":"2026-08-15","compliance_status":null,"inspection_type":"B","entity_id":"47876324-5171-4e4b-8426-3ef41d511436","entity_match_tier":1,"entity_match_confidence":0.95,"source_url":"https://www.osha.gov/ords/imis/establishment.inspection_detail?id=319001234"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"sources":{"osha":{"source":"DOL OSHA — inspections & violations","source_url":"https://enforcedata.dol.gov/views/data_summary.php","vintage":"2026-07-12"}}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"oflc.feed.workforce","path":"/v1/feeds/workforce-filings","method":"GET","summary":"Which employers filed U.S. work-visa cases — H-1B LCA, PERM, and the seasonal-labor programs H-2A, H-2B, and CW-1 — for what roles, wages, worksites, and how many seasonal workers over what period of need? Employer-level bulk feed over DOL OFLC disclosure files: one flat row per case decided since a date, cursor-paginated up to 1000/page, filterable by program, worksite state, SOC, or employer name. Rows add employer FEIN where filed, SEC CIK/ticker where public, and as_published_date.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"oflc","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Include cases with a decision date on or after this date (YYYY-MM-DD). Required.","examples":["2026-01-01"]},"program":{"type":"string","description":"Which OFLC programs to include (CSV): lca | perm (default; professional workers) or the seasonal-labor programs h2a (agricultural) | h2b (non-ag seasonal) | cw1 (CNMI). Seasonal rows add workers_requested/certified, the period-of-need window, and nature_of_temporary_need.","examples":["h2a,h2b"]},"state":{"type":"string","description":"Worksite state code(s), CSV.","examples":["WA,CA"]},"soc":{"type":"string","description":"SOC occupation code. Example: 15-1252 (software developers).","examples":["15-1252"]},"employer":{"type":"string","description":"Employer name, punctuation-insensitive exact match ('Amazon.com Services LLC' matches 'AMAZON COM SERVICES LLC').","examples":["Amazon.com Services LLC"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wMi0xNCIsImsiOiJsY2E6SS0yMDAtMjYwMzgtMTIzNDU2In0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":["since"]},"output_example":{"feed":"workforce-filings","query":{"since":"2026-01-01","program":["h2b"],"state":"all","soc":"all","employer":"all"},"rows":[{"event_key":"h2b:H-300-26010-654321","event_date":"2026-02-10","program":"H-2B","case_number":"H-300-26010-654321","case_status":"Certified","employer_name":"COASTAL LANDSCAPING LLC","trade_name_dba":null,"employer_city":"MYRTLE BEACH","employer_state":"SC","job_title":"LANDSCAPE LABORER","soc_code":"37-3011","soc_title":"Landscaping and Groundskeeping Workers","wage_from":14.68,"wage_to":16.5,"wage_unit":"Hour","visa_class":"H-2B","total_worker_positions":null,"workers_requested":25,"workers_certified":25,"period_begin_date":"2026-03-01","period_end_date":"2026-11-30","nature_of_temporary_need":"Seasonal","received_date":"2026-01-05","decision_date":"2026-02-10","worksite_city":"MYRTLE BEACH","worksite_state":"SC","as_published_date":"2026-04-01","employer_fein":null,"fein_source":null,"cik":null,"ticker":null,"is_public_company":false}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"DOL OFLC disclosure files, one row per case decided on or after `since`. program selects LCA + PERM (default) and/or the seasonal-labor programs H-2A/H-2B/CW-1, which carry workers_requested/certified, the period-of-need window, and nature_of_temporary_need. employer_fein from the case (FY2024+ PERM, or every H-2A/H-2B/CW-1 case) or the employer's latest PWD filing; cik/ticker only where that FEIN matches an SEC registrant EIN — most filers are private. as_published_date is the disclosure-file vintage; rows are never restated"},"license_url":"https://api.govparse.io/v1/license/oflc"},{"id":"fmcsa.feed.carriers","path":"/v1/feeds/carrier-analytics","method":"GET","summary":"What does the full FMCSA carrier census look like, carrier by carrier, with authority and safety context attached? Bulk analytics feed in USDOT order: legal/DBA name, operating status, authority statuses on file, active insurance filings, safety rating, SaferGrade score, 24-month SMS inspection/out-of-service/crash summaries, fleet size, and address — flat rows, cursor-paginated up to 1000/page, filterable by state, minimum fleet size, or census add date.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fmcsa","band":"feed","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Physical-address state code(s), CSV.","examples":["TX"]},"min_power_units":{"type":"integer","description":"Minimum fleet size (power units).","examples":[10]},"added_since":{"type":"string","description":"Only carriers added to the census on or after this date (YYYY-MM-DD) — the census carries no per-record modified date.","examples":["2026-06-01"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJ1IjoxMDA1MDB9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"carrier-analytics","query":{"state":"all","min_power_units":0,"added_since":"all"},"rows":[{"usdot":299087,"legal_name":"TYSON FOODS INC","dba_name":null,"entity_type":"CARRIER","mc_number":"150096","carrier_operation":"A","operating_status":"A","safety_rating":"S","safety_rating_date":"2010-03-02","phy_street":"2200 W DON TYSON PKWY","phy_city":"SPRINGDALE","phy_state":"AR","phy_zip":"72762","phy_country":"US","power_units":3009,"truck_units":2977,"bus_units":0,"total_drivers":3400,"total_cdl":3350,"hm_ind":"N","prior_revoke_flag":"N","mcs150_date":null,"add_date":"2000-03-20","as_published_date":"2026-07-18","authorities_on_file":1,"active_authorities":1,"authority_statuses":["Common:Active"],"insurance_active_filings":1,"safergrade_score":87,"safergrade_grade":"B","inspections_24mo":412,"driver_oos_total_24mo":9,"vehicle_oos_total_24mo":61,"violations_24mo":388,"crashes_24mo":41,"fatalities_24mo":1,"injuries_24mo":12}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJ1IjozMDAwMDB9"},"basis":"FMCSA Company Census in USDOT order with authority, insurance, score, and SMS summaries joined per carrier"},"license_url":"https://api.govparse.io/v1/license/fmcsa"},{"id":"firmstanding.feed.distress","path":"/v1/feeds/distress-signals","method":"GET","summary":"Which businesses carry public-record distress markers? One observational row per subject across ten tracked marker types — WARN notice, Form 5500 participant drop, final filing, or Schedule H asset decline, IRS auto-revocation, SEC NT / 8-K / going-concern filings, FMCSA authority revocation, active enforcement case — with per-marker counts, dates, and details. Ticker/CIK-mapped where identifier-verified, basis disclosed. Counts as filed, never a score. NOT a consumer report, no FCRA use.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"firmstanding","band":"feed","input_schema":{"type":"object","properties":{"min_markers":{"type":"integer","description":"Only subjects carrying at least this many distinct marker types (1-9). Default 1.","examples":[2]},"state":{"type":"string","description":"Subject state code(s), CSV. Some subjects carry no state (identified by EIN/CIK only).","examples":["TX,OK"]},"marker":{"type":"string","description":"Only subjects carrying this marker key: warn_notice_180d | active_participants_drop_20pct_yoy | final_form5500_filing | irs_auto_revocation_1y | nt_late_filing_180d | form8k_distress_item_180d | going_concern_language_1y | fmcsa_authority_revocation_180d | active_enforcement_case.","examples":["warn_notice_180d"]},"since":{"type":"string","description":"Only subjects with a marker event dated on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJrIjoiZWluOjI2NDI3MzQ3NCJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"distress-signals","query":{"min_markers":2,"state":"all","marker":"all","since":"all"},"rows":[{"subject_key":"ein:264273474","entity_id":null,"ein":"264273474","cik":"1456772","ticker":"OPI","is_public_company":true,"ticker_match_basis":"cik","display_name":"OFFICE PROPERTIES INCOME TRUST","state":"MA","marker_count":3,"marker_keys":["form8k_distress_item_180d","going_concern_language_1y","nt_late_filing_180d"],"markers":{"nt_late_filing_180d":{"event_count":2,"latest_date":"2026-05-15","events":[{"source":"firmstanding.edgar_distress_events","accession_no":"0001104659-26-054321","form_type":"NT 10-Q","items":null,"filing_date":"2026-05-15"}]}},"first_marker_date":"2026-04-28","last_marker_date":"2026-06-23","as_published_date":"2026-07-23"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJrIjoiZWluOjI2NDI3MzQ3NCJ9"},"basis":"Prebuilt composite over ten tracked public-record marker types (including Form 5500 Schedule H year-over-year plan-asset decline); marker_count and the markers object are observational counts of records present — never a judgment, prediction, or score of any company's condition. ticker/is_public_company only for identifier-verified (CIK/EIN) matches to the current SEC ticker universe; name-only matches are flagged, never asserted","sources":{"warn":{"source":"State WARN Act notices (aggregated via warn-scraper)","source_url":"https://www.dol.gov/agencies/eta/layoffs/warn","vintage":"2026-07-22"}}},"license_url":"https://api.govparse.io/v1/license/firmstanding"},{"id":"sec.feed.insiders","path":"/v1/feeds/insider-buying","method":"GET","summary":"Which public companies are insiders buying as a cluster right now? Bulk feed over SEC Form 4 open-market BUY clusters — issuers where several distinct officers/directors/10%-owners bought in a trailing 30- or 90-day window. Flat rows newest-first by the cluster's most recent buy, cursor-paginated up to 1000/page, filterable by ticker, exchange, min insiders, min value, window, or since. Every issuer is a public company with ticker and CIK. Observational filings as filed, never advice.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"sec","band":"feed","input_schema":{"type":"object","properties":{"window":{"type":"string","description":"Trailing cluster window in days: 30 | 90. Default 90.","examples":["90"]},"ticker":{"type":"string","description":"Issuer ticker(s), CSV.","examples":["TSM"]},"exchange":{"type":"string","description":"Listing exchange(s), CSV: NYSE, Nasdaq, OTC...","examples":["NYSE"]},"min_insiders":{"type":"integer","description":"Minimum distinct insiders in the cluster (>= 2).","examples":[3]},"min_value":{"type":"integer","description":"Minimum total $ purchased across the cluster window.","examples":[1000000]},"since":{"type":"string","description":"Only clusters whose most recent buy is on or after this date (YYYY-MM-DD).","examples":["2026-05-01"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNi0zMCIsImsiOiIxMDQ2MTc5In0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"insider-buying","query":{"window":90,"ticker":"all","exchange":"all","min_insiders":"any","min_value":"any","since":"all"},"rows":[{"event_key":"sec:1046179:90","event_date":"2026-06-30","ticker":"TSM","company_name":"TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD","issuer_cik":"1046179","exchange":"NYSE","is_public_company":true,"direction":"buy","window_days":90,"window_start":"2026-04-01","window_end":"2026-06-30","insider_count":31,"txn_count":101,"total_shares":11209,"total_value":812844.8,"first_txn_date":"2026-04-09","last_txn_date":"2026-06-30","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"SEC Form 4 open-market BUY clusters (sec.form4_clusters, direction=buy). insider_count / txn_count / total_value are observational counts reported as filed — a public fact, never a buy/sell recommendation. Every issuer is a public company (SEC registrant), joined to ticker/CIK/exchange."},"license_url":"https://api.govparse.io/v1/license/sec"},{"id":"trials.feed.starts","path":"/v1/feeds/clinical-trials","method":"GET","summary":"Which companies just opened a new clinical trial or site? Bulk feed over NIH ClinicalTrials.gov interventional, industry-sponsored studies, newest-first by registry-posting date (the R&D / commercial-growth signal). Cursor-paginated up to 1000/page, filterable by sponsor, phase, status, condition, intervention type, site state, or since. Rows carry sponsor, phase, status, conditions, enrollment, dates, site count, and the US states sited. Observational registry records, never a prediction.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"trials","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only trials first posted to the registry on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"state":{"type":"string","description":"Has a trial site in these US state code(s), CSV.","examples":["MA,CA"]},"phase":{"type":"string","description":"Trial phase(s), CSV: PHASE1 | PHASE2 | PHASE3 | PHASE4 | EARLY_PHASE1 | NA.","examples":["PHASE2,PHASE3"]},"status":{"type":"string","description":"Overall status, CSV: RECRUITING | NOT_YET_RECRUITING | COMPLETED | TERMINATED...","examples":["RECRUITING"]},"condition":{"type":"string","description":"Indication / condition fragment (matched against the trial's conditions).","examples":["oncology"]},"sponsor":{"type":"string","description":"Lead sponsor company name fragment.","examples":["Qilu"]},"intervention_type":{"type":"string","description":"Intervention type(s), CSV: DRUG | DEVICE | BIOLOGICAL | PROCEDURE...","examples":["DRUG"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0yNCIsImsiOiJOQ1QwNzcyNDc1NiJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"clinical-trials","query":{"since":"all","state":"all","phase":"all","status":"all","condition":"all","sponsor":"all","intervention_type":"all"},"rows":[{"event_key":"nct:NCT07724756","event_date":"2026-07-24","nct_id":"NCT07724756","sponsor_name":"Qilu Pharmaceutical Co., Ltd.","entity_id":null,"sponsor_class":"INDUSTRY","phase":"PHASE2","overall_status":"RECRUITING","study_type":"INTERVENTIONAL","conditions":["Pediatric Malignant Solid Tumor","Febrile Neutropenia (FN)"],"interventions":["Drug: candidate"],"intervention_types":["DRUG"],"enrollment":18,"start_date":"2026-06-26","primary_completion_date":"2027-06-30","completion_date":"2027-12-31","first_posted_date":"2026-07-24","site_count":1,"site_states":["CA"],"as_published_date":"2026-07-24"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"NIH ClinicalTrials.gov interventional, industry-sponsored studies, one row per study newest-first by first_posted_date. Observational public registry records — a trial appears with a sponsor and a posting date, never a prediction."},"license_url":"https://api.govparse.io/v1/license/trials"},{"id":"govcon.feed.awards","path":"/v1/feeds/contract-awards","method":"GET","summary":"Which companies just won federal money? Bulk feed over USAspending prime awards (contracts + assistance), newest-first by action date — a funded-growth signal for the awardee. Flat rows, cursor-paginated up to 1000/page, filterable by NAICS, awarding agency, minimum amount, award kind, or since. Each row carries the awardee, agency, award amount (with a banded size bucket), NAICS, dates, and UEI. Observational public records as filed.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"govcon","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only awards with an action date on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV. Example: '5415' covers IT services.","examples":["5415"]},"agency":{"type":"string","description":"Awarding agency or sub-agency name fragment.","examples":["defense"]},"min_amount":{"type":"integer","description":"Minimum award amount in USD.","examples":[1000000]},"kind":{"type":"string","description":"contract | assistance (grants, loans, direct payments). CSV for both; default both.","examples":["contract"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNi0zMCIsImsiOiJDT05UXzEyMyJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"contract-awards","query":{"since":"2026-06-01","naics":"all","agency":"all","min_amount":"any","kind":"all"},"rows":[{"event_key":"award:CONT_AWD_EXAMPLE_9700","event_date":"2026-06-14","awardee":"EXAMPLE AEROSPACE CORP","recipient_uei":"ZQGD2XIX75A5","awarding_agency":"Department of Defense","awarding_sub_agency":"Department of the Navy","award_type":"contract","type_desc":"DEFINITIVE CONTRACT","award_amount":24500000,"award_amount_band":"$5M–$25M","naics":"336411","naics_desc":"Aircraft Manufacturing","psc_code":"1560","psc_desc":"AIRFRAME STRUCTURAL COMPONENTS","cfda_number":null,"award_number":"N0001926C0001","action_date":"2026-06-14","end_date":"2028-06-13","description":"AIRCRAFT COMPONENT SUSTAINMENT","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"USAspending federal prime awards, one row per award newest-first by action_date. award_amount_band is a coarse size bucket, never a precise claim. Observational public records as filed."},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"uspto.feed.grants","path":"/v1/feeds/patent-grants","method":"GET","summary":"Which companies are granting a cluster of patents? Bulk feed over USPTO / PatentsView granted-patent assignees, ordered by grant count in the loaded window — an assignee with a cluster of grants is an R&D/growth signal. Cursor-paginated up to 1000/page, filterable by state, minimum grants, CPC subclass, first-time-assignee only, or since. Rows carry the assignee, grant count, CPC tech areas, grant window, inventor count, and a first_time_assignee flag. CC BY 4.0 attribution (in _meta.notice).","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"uspto","band":"feed","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Assignee state code(s), CSV.","examples":["CA"]},"min_grants":{"type":"integer","description":"Minimum grant count in the window.","examples":[10]},"cpc":{"type":"string","description":"CPC subclass(es), CSV — the technology area. Example: G06N (AI/ML).","examples":["G06N"]},"new_only":{"type":"string","description":"true = only first-time (newly-observed) assignees granting in this window.","examples":["true"]},"since":{"type":"string","description":"Only assignees whose latest grant is on or after this date (YYYY-MM-DD).","examples":["2024-01-01"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJjIjozMjIyLCJrIjoiYXNzaWduZWU6MTIzIn0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"patent-grants","query":{"state":"all","min_grants":"any","cpc":"all","new_only":false,"since":"all"},"rows":[{"event_key":"uspto:assignee:qualcomm","event_date":"2024-06-25","assignee":"QUALCOMM INCORPORATED","entity_id":null,"assignee_state":"CA","assignee_country":"US","grant_count":1834,"cpc_subclasses":["G06N","H04W","H04L"],"cpc_area_count":41,"inventor_count":2100,"first_grant_date":"2024-01-02","latest_grant_date":"2024-06-25","first_time_assignee":false,"as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"USPTO / PatentsView granted-patent assignees, one row per assignee ordered by grant_count desc. Observational counts of public patent grants as filed — never a claim about scope, validity, or ownership."},"license_url":"https://api.govparse.io/v1/license/uspto"},{"id":"sba.feed.loans","path":"/v1/feeds/sba-loans","method":"GET","summary":"Which small businesses were just approved for an SBA loan? Bulk feed over SBA 7(a) & 504 FOIA loan approvals, newest-first by approval date — a business approved for a federal loan is funded to grow. Cursor-paginated up to 1000/page, filterable by borrower state, program (7A/504), NAICS, minimum amount, or since. Rows carry the borrower, city/state, program, approval amount (banded), lender/CDC, NAICS, and jobs supported. Observational public records as disclosed.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"sba","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only loans approved on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"state":{"type":"string","description":"Borrower state code(s), CSV.","examples":["TX"]},"program":{"type":"string","description":"Loan program: 7A | 504.","examples":["7A"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV.","examples":["722"]},"min_amount":{"type":"integer","description":"Minimum gross approval amount in USD.","examples":[150000]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNi0zMCIsImsiOiJsb2FuOjEyMyJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"sba-loans","query":{"since":"2026-06-01","state":"all","program":"all","naics":"all","min_amount":"any"},"rows":[{"event_key":"sba:example-loan-key","event_date":"2026-06-30","borrower":"ROLLIN IN DOUGH FL LLC","entity_id":null,"borrower_city":"Ruskin","borrower_state":"FL","program":"7A","approval_amount":74700,"approval_amount_band":"$50K–$150K","sba_guaranteed_approval":63495,"lender":"Northeast Bank","lender_city":"Portland","lender_state":"ME","naics":"311811","naics_description":"Retail Bakeries","jobs_supported":1,"business_type":"CORPORATION","loan_status":"EXEMPT","approval_fy":2026,"as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"SBA 7(a) & 504 FOIA loan-approval files, one row per approved loan newest-first by approval_date. approval_amount_band is a coarse size bucket. Observational public records as disclosed — never a credit judgment."},"license_url":"https://api.govparse.io/v1/license/sba"},{"id":"fda.feed.approvals","path":"/v1/feeds/fda-drug-approvals","method":"GET","summary":"Which drugs did the FDA just approve, and who is the sponsor? Bulk feed over openFDA Drugs@FDA approvals, newest-first by approval date — a new approval or supplement is a commercial-launch moment. Cursor-paginated up to 1000/page, filterable by sponsor, submission type (ORIG/SUPPL), marketing status, or since. Rows carry the sponsor, application number/type, brand names, active ingredients, dosage/route, and marketing status. Observational public records, never a clinical recommendation.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only approvals dated on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"sponsor":{"type":"string","description":"Sponsor company name fragment.","examples":["Hikma"]},"submission_type":{"type":"string","description":"ORIG (original approval) | SUPPL (supplement).","examples":["ORIG"]},"marketing_status":{"type":"string","description":"Marketing status fragment (Prescription, Over-the-counter, Discontinued...).","examples":["Prescription"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0yMiIsImsiOiJBTkRBMDc2NTU4In0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"fda-drug-approvals","query":{"since":"2026-06-01","sponsor":"all","submission_type":"all","marketing_status":"all"},"rows":[{"event_key":"drug:ANDA217384","event_date":"2026-07-22","sponsor":"AUROBINDO PHARMA LTD","entity_id":null,"application_number":"ANDA217384","application_type":"ANDA","brand_names":"ADAPALENE AND BENZOYL PEROXIDE","active_ingredients":"ADAPALENE; BENZOYL PEROXIDE","dosage_forms":"GEL","routes":"TOPICAL","marketing_status":"Prescription","product_count":1,"submission_type":"ORIG","original_approval_date":"2026-07-22","latest_approval_date":"2026-07-22","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"openFDA Drugs@FDA approvals, one row per application newest-first by latest_approval_date. Observational public records as filed — never a clinical recommendation."},"license_url":"https://api.govparse.io/v1/license/fda"},{"id":"fda.feed.clearances","path":"/v1/feeds/fda-device-clearances","method":"GET","summary":"Which medical devices did the FDA just clear or approve, and who is the applicant? Bulk feed over openFDA 510(k) clearances and PMA approvals, newest-first by decision date — a new clearance is a device launch. Cursor-paginated up to 1000/page, filterable by applicant, state, product code, pathway (510k/pma), advisory committee, or since. Rows carry the applicant, device name, product code, advisory committee, pathway, and decision. Observational public records, never a recommendation.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only decisions dated on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"applicant":{"type":"string","description":"Applicant (manufacturer) name fragment.","examples":["Abbott"]},"state":{"type":"string","description":"Applicant state code(s), CSV.","examples":["MN"]},"product_code":{"type":"string","description":"FDA product code (3-letter).","examples":["DXT"]},"pathway":{"type":"string","description":"Regulatory pathway: 510k | pma.","examples":["510k"]},"committee":{"type":"string","description":"FDA advisory-committee / specialty panel fragment (Cardiovascular, Radiology...).","examples":["Cardiovascular"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0xMCIsImsiOiJLMjU0Mjk1In0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"fda-device-clearances","query":{"since":"2026-06-01","applicant":"all","state":"all","product_code":"all","pathway":"all","committee":"all"},"rows":[{"event_key":"device:P250022/S006","event_date":"2026-07-10","applicant":"ABBOTT MEDICAL","entity_id":null,"decision_id":"P250022/S006","pathway":"pma","device_name":"Volt PFA System","generic_name":"Percutaneous Cardiac Ablation Catheter","product_code":"QZI","advisory_committee":"Cardiovascular","clearance_type":"Normal 180 Day Track No User Fee","decision_code":null,"decision_description":null,"state":"MN","decision_date":"2026-07-10","date_received":"2025-08-22","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"openFDA device clearances/approvals, one row per decision newest-first by decision_date. Observational public records as filed — never a recommendation."},"license_url":"https://api.govparse.io/v1/license/fda"},{"id":"fda.feed.warningletters","path":"/v1/feeds/warning-letters","method":"GET","summary":"Which firms just received an FDA Warning Letter — an open compliance-gap and remediation clock? Bulk feed over the FDA Warning Letters index, newest-first by issue date: recipient firm, product area (drugs/devices/food/tobacco…), issuing office, alleged-violation subject, and the response / close-out clock. Flat rows, cursor-paginated up to 1000/page, filterable by product_area, subject, close-out state, or since. Observational records — an alleged violation, never an adjudication.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda_wl","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only letters issued on or after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"product_area":{"type":"string","description":"Product area(s), CSV: drugs | devices | biologics | food | dietary-supplement | cosmetics | tobacco | veterinary | other.","examples":["drugs,devices"]},"office":{"type":"string","description":"Issuing FDA center / district office fragment (e.g. Center for Drug Evaluation and Research).","examples":["Center for Tobacco Products"]},"subject":{"type":"string","description":"Alleged-violation subject fragment (e.g. CGMP, Adulterated, Unapproved New Drug).","examples":["CGMP"]},"closed":{"type":"string","description":"true = closed-out letters only; false = open (no close-out) only.","examples":["false"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNC0yMSIsImsiOiIzNTQzYjE2NiJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"warning-letters","query":{"since":"2026-01-01","product_area":["tobacco"],"office":"all","subject":"all","closed":"all"},"rows":[{"event_key":"wl:3543b16645e65cca776679711bf85f6e","event_date":"2026-04-21","recipient":"Daily Manufacturing Solutions Inc.","entity_id":null,"product_area":"tobacco","issuing_office":"Center for Tobacco Products","subject":"Family Smoking Prevention and Tobacco Control Act/Adulterated/Misbranded","letter_issue_date":"2026-04-21","posted_date":"2026-04-23","response_date":null,"closeout_date":null,"is_closed":false,"has_response":false,"as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"US FDA Warning Letters index, one row per letter newest-first by letter_issue_date. Observational public records as posted — an alleged violation, never an adjudication."},"license_url":"https://api.govparse.io/v1/license/fda_wl"},{"id":"govcon.feed.subawards","path":"/v1/feeds/subawards","method":"GET","summary":"Which companies just received a federal subaward — and which are getting their FIRST one? Bulk feed over USAspending subawards (the File F prime→sub cascade), newest-first by action date: sub-recipient, prime, agency, amount (banded), NAICS, and date. new_only isolates first-time subawardees (no prime award on record) — the new-to-govcon growth signal. Flat rows, cursor-paginated up to 1000/page, filterable by state, NAICS, agency, minimum amount, or since. Observational public records as filed.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"govcon","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only subawards with an action date on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"new_only":{"type":"string","description":"true = only first-time subawardees (sub-recipients with NO prime award on record).","examples":["true"]},"state":{"type":"string","description":"Place-of-performance state code(s), CSV.","examples":["TX"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV.","examples":["5415"]},"agency":{"type":"string","description":"Awarding agency or sub-agency name fragment.","examples":["health"]},"min_amount":{"type":"integer","description":"Minimum subaward amount in USD.","examples":[50000]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0yMiIsImsiOiJmNTc5NjI1ZiJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"subawards","query":{"since":"2026-06-01","state":"all","naics":"all","agency":"all","min_amount":"any","new_only":true},"rows":[{"event_key":"subaward:f579625f2ee0e9208404a6e80638cf86","event_date":"2026-07-22","subawardee":"ROLLINS COLLEGE","sub_uei":"UCEJSA1HCRE1","entity_id":"3fffdec5-d647-4f8c-812c-1a9360a7ff67","prime":"UNIVERSITY OF LOUISVILLE","prime_uei":"E1KJM4T54MK6","awarding_agency":"Department of Health and Human Services","awarding_sub_agency":"National Institutes of Health","subaward_type":"sub-grant","amount":43638,"amount_band":"< $50K","naics":null,"naics_desc":null,"psc_code":null,"pop_state":null,"pop_city":"LOUISVILLE","description":null,"first_time_subawardee":true,"recipient_first_subaward_date":"2026-07-22","recipient_subaward_count":1,"as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"USAspending subawards (File F), one row per subaward newest-first by action_date. new_only keeps only first-time subawardees. amount_band is a coarse size bucket. Observational public records as filed."},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"va.feed.sdvosb","path":"/v1/feeds/sdvosb","method":"GET","summary":"Which veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction? Bulk feed over the verified veteran-owned vendor roster, newest-first by most recent award date: vendor, state, NAICS, certification, and its VA-specific + total federal award totals (banded). A set-aside-eligible vendor with recent traction is a teaming / growth target. Flat rows, cursor-paginated up to 1000/page, filterable by state, NAICS, certification, VA award, or since. Observational public records as filed.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"va","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only vendors whose most recent award is on or after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"state":{"type":"string","description":"Vendor state code(s), CSV.","examples":["TN"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV — matches the vendor's award NAICS.","examples":["3339"]},"certification":{"type":"string","description":"sdvosb | vosb.","examples":["sdvosb"]},"min_va_award":{"type":"integer","description":"Minimum total $ this vendor has won from the VA.","examples":[100000]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0wMSIsImsiOiIyYzRiNmZiOSJ9"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"sdvosb","query":{"since":"all","state":"all","naics":"all","certification":"all","min_va_award":"any"},"rows":[{"event_key":"va:2c4b6fb9-891f-b5e6-5302-0fbad900cf40-C","event_date":"2026-06-14","vendor":"TCB VETERAN, LLC","recipient_uei":null,"entity_id":null,"certification":"SDVOSB","state":"TN","naics":["333922"],"va_award_amount":0,"va_award_amount_band":"< $50K","va_award_count":0,"total_award_amount":4136326.32,"total_award_amount_band":"$1M–$5M","award_count":1,"first_award_date":"2026-06-14","last_award_date":"2026-06-14","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"Verified veteran-owned (SDVOSB/VOSB) vendors, one row per vendor newest-first by last_award_date. Amounts banded. Observational public records as filed."},"license_url":"https://api.govparse.io/v1/license/va"},{"id":"epa.feed.rcra","path":"/v1/feeds/rcra-handlers","method":"GET","summary":"What does the full RCRAInfo hazardous-waste handler roster look like, handler by handler? Bulk feed over EPA RCRAInfo in handler-id order: facility, city, state, generator status, roles (LQG/SQG/VSQG/transporter/TSDF), and NAICS — a large-quantity generator or TSDF is an EHS-services / environmental-consulting target. Flat rows, cursor-paginated up to 1000/page, filterable by state, generator status, NAICS, or LQG/TSDF/transporter flags. A standing roster (no per-record registration date).","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"epa","band":"feed","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"State code(s), CSV.","examples":["AK"]},"generator_status":{"type":"string","description":"Generator status(es), CSV: LQG | SQG | VSQG | Non-Generator.","examples":["LQG"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV.","examples":["324"]},"lqg":{"type":"string","description":"true = large-quantity generators only.","examples":["true"]},"tsdf":{"type":"string","description":"true = treatment/storage/disposal facilities only.","examples":["true"]},"transporter":{"type":"string","description":"true = hazardous-waste transporters only.","examples":["true"]},"active":{"type":"string","description":"false = include inactive handler sites (default: active only).","examples":["true"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJrIjoiQUswMDAwMzg0MDQwIn0"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"rcra-handlers","query":{"state":["AK"],"generator_status":"all","naics":"all","lqg":true,"tsdf":"any","transporter":"any","active":true},"rows":[{"event_key":"rcra:AK0000384040","handler_id":"AK0000384040","facility":"PETRO STAR VALDEZ REFINERY","entity_id":"63c9af51-c291-487e-9b5e-0bbf33a6a2a2","street":"MILE 2.5 DAYVILLE ROAD","city":"VALDEZ","state":"AK","zip":"99686","generator_status":"LQG","handler_universe":"LQG","roles":["LQG"],"is_lqg":true,"is_tsdf":false,"is_transporter":false,"active_site":true,"naics":"32411","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJrIjoiQUswMDAwMzg0MDQwIn0"},"basis":"EPA RCRAInfo hazardous-waste handler roster in handler_id order — the standing regulated universe (no per-record registration date). Observational public records as recorded."},"license_url":"https://api.govparse.io/v1/license/epa"},{"id":"nlrb.feed.petitions","path":"/v1/feeds/labor-petitions","method":"GET","summary":"Which employers just drew a union representation petition? Bulk feed over NLRB cases, newest-first by filing date, defaulting to representation petitions (R cases): employer, case type, region, filing date, and unit size — a labor-relations moment for PEOs, staffing, and labor counsel. category widens to ULP charges or all cases. Flat rows, cursor-paginated up to 1000/page, filterable by state, region, or union. Observational records AS FILED — a petition is a filing, never an adjudication.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"nlrb","band":"feed","input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Only cases filed on or after this date (YYYY-MM-DD).","examples":["2026-06-01"]},"category":{"type":"string","description":"representation (default; R-case petitions) | ulp (unfair-labor-practice charges) | unit | all.","examples":["representation"]},"state":{"type":"string","description":"Employer state code(s), CSV.","examples":["CA"]},"region":{"type":"string","description":"NLRB region code(s), CSV (two-digit).","examples":["31"]},"union":{"type":"string","description":"Union / petitioner name fragment.","examples":["Teamsters"]},"cursor":{"type":"string","description":"Opaque page cursor — pass the previous page's next_cursor unchanged.","examples":["eyJkIjoiMjAyNi0wNy0yNCIsImsiOiIzMS1SQy0zOTE0NjkifQ"]},"limit":{"type":"integer","description":"Rows per page (default 500, cap 1000).","examples":[500]}},"required":[]},"output_example":{"feed":"labor-petitions","query":{"since":"2026-06-01","state":"all","category":"representation","region":"all","union":"all"},"rows":[{"event_key":"nlrb:31-RC-391469","event_date":"2026-07-24","employer":"Flowers Bakeries Foodservice","entity_id":null,"employer_city":"Victorville","employer_state":"CA","region_code":"31","case_number":"31-RC-391469","case_type":"RC","case_category":"representation petition","status":"Open","union_name":"Teamsters Local Union No. 63","petitioner":"Teamsters Local Union No. 63","unit_size":7,"date_filed":"2026-07-24","as_published_date":"2026-07-18"}],"page":{"limit":500,"returned":500,"has_more":true,"next_cursor":"eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9"},"basis":"NLRB cases, one row per case newest-first by date_filed, defaulting to representation/election petitions. Observational public records AS FILED — a petition is a filing, never an adjudication."},"license_url":"https://api.govparse.io/v1/license/nlrb"},{"id":"fda.approvals.drugs","path":"/v1/fda/drug-approvals/search","method":"GET","summary":"Which companies just won an FDA drug approval or supplement? Search openFDA drug/drugsfda applications by sponsor company, application type (NDA/ANDA/BLA), route, marketing status, most-recent approval date (since), or original market-entry date (first_approval_after). Returns the applicant company (entity-resolved where possible), brand/ingredient/dosage, and approval dates — a day-one commercial/partnership target list for pharma sellers and CROs. openFDA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Applicant/sponsor company — suffix/punctuation-insensitive.","examples":["Sandoz"]},"application_type":{"type":"string","description":"NDA | ANDA | BLA (CSV).","examples":["NDA"]},"marketing_status":{"type":"string","description":"Prescription | Over-the-counter | Discontinued.","examples":["Prescription"]},"route":{"type":"string","description":"Route-of-administration fragment.","examples":["ORAL"]},"since":{"type":"string","description":"Most recent approval/supplement on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"first_approval_after":{"type":"string","description":"Original approval (market entry) on/after this date (YYYY-MM-DD) — surfaces new market entrants.","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"latest_approval_date | original_approval_date :asc|:desc. Default latest_approval_date:desc.","examples":["latest_approval_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"application_number":"NDA017469","application_type":"NDA","sponsor_name":"SANDOZ","entity_id":null,"brand_names":"OMNIPRED","active_ingredients":"PREDNISOLONE ACETATE","dosage_forms":"SUSPENSION/DROPS","routes":"OPHTHALMIC","marketing_status":"Prescription","product_count":1,"original_approval_date":"1981-05-27","latest_approval_date":"2024-11-21","latest_submission_type":"SUPPL"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fda"},{"id":"fda.clearances.devices","path":"/v1/fda/device-clearances/search","method":"GET","summary":"Which companies just cleared or got FDA approval for a medical device? Search openFDA device 510(k) clearances and PMA premarket approvals by applicant company, pathway (510k/pma), FDA product code, advisory-committee specialty (e.g. Cardiovascular), applicant state, or decision date (since). Returns the applicant company (entity-resolved where possible), device name, product code, and decision date — a fresh target list for device and component sellers. openFDA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Applicant company — suffix/punctuation-insensitive.","examples":["Medtronic"]},"pathway":{"type":"string","description":"510k | pma (CSV).","examples":["510k"]},"product_code":{"type":"string","description":"FDA product code(s), CSV.","examples":["DXY"]},"advisory_committee":{"type":"string","description":"Medical specialty panel fragment.","examples":["Cardiovascular"]},"state":{"type":"string","description":"Applicant state code(s), CSV (510(k) only).","examples":["CA"]},"since":{"type":"string","description":"Decision (clearance/approval) date on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"decision_date | date_received :asc|:desc. Default decision_date:desc.","examples":["decision_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"decision_id":"K850651","pathway":"510k","applicant":"Pacesetter Systems","entity_id":null,"device_name":"PROGRAMALITH III-3 MODEL 231 PULSE GENERATOR","generic_name":null,"product_code":"DXY","advisory_committee":"Cardiovascular","decision_code":"SESE","decision_description":"Substantially Equivalent","decision_date":"1985-04-01","date_received":"1985-02-19","clearance_type":"Traditional","state":"CA"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fda"},{"id":"fda.recalls.search","path":"/v1/fda/recalls/search","method":"GET","summary":"Which companies have an open or recent FDA drug/device recall? Search openFDA drug + device enforcement (recall) reports by recalling firm, product type (Drugs/Devices), classification (Class I/II/III), status, state, or initiation date (since). Returns the recalling company (entity-resolved where possible), classification, reason, product, and dates — a remediation and competitive-displacement trigger for quality and med-device sellers. openFDA public-domain records; observational.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Recalling firm — suffix/punctuation-insensitive.","examples":["Baxter"]},"product_type":{"type":"string","description":"Drugs | Devices (CSV).","examples":["Devices"]},"classification":{"type":"string","description":"Class I | Class II | Class III (CSV).","examples":["Class I"]},"status":{"type":"string","description":"Ongoing | Terminated | Completed (CSV).","examples":["Ongoing"]},"state":{"type":"string","description":"Recalling-firm state code(s), CSV.","examples":["IL"]},"since":{"type":"string","description":"Recall initiated on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"recall_initiation_date | report_date :asc|:desc. Default recall_initiation_date:desc.","examples":["recall_initiation_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"recall_number":"D-321-2016","product_type":"Drugs","recalling_firm":"Kalman Health & Wellness, Inc. dba Essential Wellness Pharma","entity_id":null,"classification":"Class II","status":"Terminated","reason_for_recall":"Lack of Assurance of Sterility","product_description":"Progesterone 100 mg/mL in Corn Oil Injection, 2 mL vials","recall_initiation_date":"2015-09-03","report_date":"2015-11-25","state":"IL","voluntary_mandated":"Voluntary: Firm initiated"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fda"},{"id":"va.facilities.search","path":"/v1/va/facilities/search","method":"GET","summary":"Where are the VA's facilities, and of what type? Search Veterans Health Administration sites of care (medical centers, CBOCs, vet centers, health care centers) by state, city, name, or facility type. Returns location, address, coordinates, and — when the VA Lighthouse Facilities API key is configured — classification, health services, and operating status. A territory map for medical-device, imaging, staffing, and construction sellers into the VA. Public VA/HRSA records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"va","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"State code(s), CSV.","examples":["TX"]},"city":{"type":"string","description":"City name fragment.","examples":["Houston"]},"name":{"type":"string","description":"Facility name fragment.","examples":["Michael E. DeBakey"]},"facility_type":{"type":"string","description":"Facility type(s), CSV: vet_center, medical_center, outpatient_clinic, health_care_center, primary_care_cboc, multi_specialty_cboc.","examples":["medical_center"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"facility_id":"580","name":"Michael E. DeBakey VA Medical Center","facility_type":"medical_center","classification":null,"address_line1":"2002 Holcombe Boulevard","city":"Houston","state":"TX","zip":"77030","latitude":29.706,"longitude":-95.398,"source":"hrsa_vha_featureserver"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/va"},{"id":"va.vendors.search","path":"/v1/va/vendors/search","method":"GET","summary":"Which verified veteran-owned businesses can I target or team with? Search SDVOSB / VOSB firms (from federal award records carrying the veteran-owned certification flag) by state, name, certification, NAICS, UEI, minimum dollars won FROM the VA, or most-recent award date (since). Returns the vendor, award footprint, VA-won total, and resolved entities-graph id — a seller target list AND a set-aside teaming signal. Public USAspending records; not a certification-status determination.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"va","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Vendor state code(s), CSV.","examples":["VA"]},"name":{"type":"string","description":"Vendor name fragment.","examples":["integrated"]},"certification":{"type":"string","description":"sdvosb | vosb (CSV for both).","examples":["sdvosb"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV — matches any of the vendor's award NAICS.","examples":["541"]},"uei":{"type":"string","description":"Recipient Unique Entity Identifier (SAM UEI).","examples":["ZQGD2XIX75A5"]},"min_va_award":{"type":"string","description":"Minimum total $ this vendor has won FROM the VA.","examples":["100000"]},"since":{"type":"string","description":"Most recent award on or after this date (YYYY-MM-DD).","examples":["2025-01-01"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"recipient_id":"d46ad2a7-ed19-9535-4f24-787705845610-C","recipient_name":"V3GATE, LLC","recipient_uei":null,"certification":"sdvosb","state":"CO","naics_codes":"541519,541611","total_award_amount":612345678,"award_count":42,"va_award_amount":576889048.72,"va_award_count":30,"first_award_date":"2022-03-14","last_award_date":"2026-05-01","entity_id":null}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/va"},{"id":"va.opportunities.search","path":"/v1/va/opportunities/search","method":"GET","summary":"What is the Department of Veterans Affairs soliciting right now? A VA-focused slice of the SAM.gov contract-opportunity pipeline (department = Veterans Affairs): search active VA solicitations by keyword, NAICS, set-aside (SDVOSBC, VOSB, SBA...), place-of-performance state, or posted date. Returns the solicitation, NAICS/PSC, set-aside, deadline, and link — VA medical-center construction, equipment, and services buys for device, construction, and staffing sellers.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"va","band":"search","input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Keyword in the solicitation title.","examples":["imaging"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV.","examples":["3345"]},"setaside":{"type":"string","description":"Set-aside code(s), CSV: SDVOSBC, VOSB, SBA, 8A...","examples":["SDVOSBC"]},"state":{"type":"string","description":"Place-of-performance state code(s), CSV.","examples":["FL"]},"posted_after":{"type":"string","description":"Posted on or after this date (YYYY-MM-DD).","examples":["2026-07-01"]},"since":{"type":"string","description":"Posted on or after this date (YYYY-MM-DD).","examples":["2026-07-01"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"id":"a1b2c3d4e5f6","number":"36C25026R0001","title":"Radiology Equipment — VA Medical Center","agency":"VETERANS AFFAIRS, DEPARTMENT OF","naics_code":"334510","set_aside_code":"SDVOSBC","posted_date":"2026-07-10","deadline":"2026-08-15 17:00:00+00","state":"FL","link":"https://sam.gov/opp/a1b2c3d4e5f6/view"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/va"},{"id":"sec.insiders.clusters","path":"/v1/insiders/clusters","method":"GET","summary":"Where are corporate insiders buying or selling as a cluster? Search SEC Form 4 clusters — issuers where several distinct officers/directors/10%-owners transacted the same direction in a trailing 30- or 90-day window (buy=accumulation, sell=distribution). Filter by ticker, direction, window, minimum insiders, minimum value, or exchange. Returns issuer ticker/company/exchange, insider count, and total shares/value. Public SEC filings as filed — observational, not advice.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"sec","band":"search","input_schema":{"type":"object","properties":{"ticker":{"type":"string","description":"Issuer ticker(s), CSV.","examples":["TSM"]},"issuer_cik":{"type":"string","description":"SEC issuer CIK.","examples":["1046179"]},"direction":{"type":"string","description":"buy (open-market purchase cluster) | sell (open-market sale cluster).","examples":["buy"]},"window":{"type":"string","description":"Trailing window in days: 30 | 90.","examples":["90"]},"min_insiders":{"type":"string","description":"Minimum distinct insiders in the cluster (>= 2).","examples":["3"]},"min_value":{"type":"string","description":"Minimum total $ transacted in the window.","examples":["1000000"]},"exchange":{"type":"string","description":"Listing exchange(s), CSV: NYSE, Nasdaq, OTC...","examples":["Nasdaq"]},"since":{"type":"string","description":"Most recent transaction in the cluster on/after this date (YYYY-MM-DD).","examples":["2026-05-01"]},"sort":{"type":"string","description":"insider_count | total_value | txn_count | last_txn_date :asc|:desc. Default insider_count:desc.","examples":["insider_count:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"issuer_cik":1046179,"ticker":"TSM","company_name":"TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD","exchange":"NYSE","issuer_name":"TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD","issuer_ticker":"TSM","direction":"buy","window_days":90,"window_start":"2026-04-01","window_end":"2026-06-30","insider_count":31,"txn_count":101,"total_shares":4500,"total_value":812845,"first_txn_date":"2026-04-02","last_txn_date":"2026-06-30"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/sec"},{"id":"sec.insiders.transactions","path":"/v1/insiders/transactions","method":"GET","summary":"What did a company's insiders actually file? Search individual SEC Form 4 transaction lines by ticker, issuer CIK, insider name, direction (buy/sell/other), transaction code (P/S/A/M/F/G), role (officer/director/ten_percent), state, security type, minimum value, or date. Returns the insider, role, security, code, shares, price, and value per filing — the raw feed behind the cluster signal. Public SEC filings as filed — observational, not advice.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"sec","band":"search","input_schema":{"type":"object","properties":{"ticker":{"type":"string","description":"Issuer ticker(s), CSV (as filed on the Form 4).","examples":["DELL"]},"issuer_cik":{"type":"string","description":"SEC issuer CIK.","examples":["1571996"]},"owner":{"type":"string","description":"Reporting-insider name fragment.","examples":["Dell"]},"direction":{"type":"string","description":"buy | sell | other (grants, option exercises, tax withholding...).","examples":["sell"]},"txn_code":{"type":"string","description":"SEC transaction code(s), CSV: P (buy), S (sell), A (grant), M, F, G...","examples":["P"]},"role":{"type":"string","description":"Insider role: officer | director | ten_percent.","examples":["director"]},"state":{"type":"string","description":"Insider state code(s), CSV.","examples":["TX"]},"security_type":{"type":"string","description":"nonderiv (common shares) | deriv (options/warrants).","examples":["nonderiv"]},"min_value":{"type":"string","description":"Minimum transaction value in $ (shares × price).","examples":["100000"]},"since":{"type":"string","description":"Transaction on/after this date (YYYY-MM-DD).","examples":["2026-05-01"]},"sort":{"type":"string","description":"txn_date | txn_value | shares | filing_date :asc|:desc. Default txn_date:desc.","examples":["txn_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"accession_no":"0001675476-26-000006","issuer_cik":28917,"issuer_ticker":"DDS","issuer_name":"DILLARD'S, INC.","owner_cik":2133608,"owner_name":"SMITH JANE","owner_state":"AR","is_director":true,"is_officer":false,"is_ten_pct_owner":false,"officer_title":null,"security_title":"Common Stock","is_derivative":false,"txn_date":"2026-06-30","txn_code":"P","acquired_disposed":"A","direction":"buy","shares":500,"price_per_share":171.3,"txn_value":85650,"shares_owned_after":12000,"direct_indirect":"D","filing_date":"2026-06-30"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/sec"},{"id":"govcon.subaward.search","path":"/v1/subawards/search","method":"GET","summary":"When a prime wins federal work, who does it flow subcontracts and subgrants down to? Search USAspending subawards (File F prime → sub cascade) by sub-recipient or prime name/UEI, prime award id, awarding agency, NAICS, PSC, subaward type (contract/grant), place-of-performance state, amount, or action date. Set new_subawardee=true for first-time subawardees — subs with NO prime award on record, coming up through subcontracts (a bonding/staffing/lending/teaming lead). Public federal records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"govcon","band":"search","input_schema":{"type":"object","properties":{"sub_recipient":{"type":"string","description":"Sub-recipient (subcontractor/subgrantee) name fragment.","examples":["technologies"]},"sub_uei":{"type":"string","description":"Sub-recipient Unique Entity Identifier (SAM UEI), exact match.","examples":["ZQGD2XIX75A5"]},"prime_recipient":{"type":"string","description":"Prime recipient name fragment. Example: 'lockheed'.","examples":["lockheed"]},"prime_uei":{"type":"string","description":"Prime recipient Unique Entity Identifier (SAM UEI), exact match.","examples":["ABC123DEF456"]},"prime_award_id":{"type":"string","description":"Prime award PIID / FAIN, exact match — all subs under one prime.","examples":["N0003022C2001"]},"agency":{"type":"string","description":"Awarding agency or sub-agency name fragment. Example: 'navy'.","examples":["navy"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV. Example: '5415' covers all IT services.","examples":["5415"]},"psc":{"type":"string","description":"Product/Service Code(s), CSV — exact.","examples":["R425"]},"type":{"type":"string","description":"contract | grant (sub-contract vs sub-grant). CSV for both.","examples":["contract"]},"state":{"type":"string","description":"Place-of-performance state code(s), CSV.","examples":["VA"]},"amount_min":{"type":"number","description":"Minimum subaward amount in USD.","examples":[100000]},"amount_max":{"type":"number","description":"Maximum subaward amount in USD.","examples":[50000000]},"awarded_after":{"type":"string","description":"Subaward action date on or after (YYYY-MM-DD).","examples":["2026-01-01"]},"awarded_before":{"type":"string","description":"Subaward action date on or before (YYYY-MM-DD).","examples":["2026-07-24"]},"new_subawardee":{"type":"string","description":"true → only first-time subawardees: subs with NO prime award on record.","examples":["true"]},"new_since":{"type":"string","description":"Sub-recipient's FIRST observed subaward on or after this date (YYYY-MM-DD).","examples":["2026-04-01"]},"sort":{"type":"string","description":"field:direction — amount | action_date. Default 'action_date:desc'.","examples":["amount:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"subaward_key":"3d9f2a1b6c4e5f70a1b2c3d4e5f60718","subaward_number":"JH11-00071","subaward_type":"sub-contract","sub_recipient_name":"CPI SATCOM & ANTENNA TECHNOLOGIES INC.","sub_recipient_uei":null,"sub_entity_id":null,"amount":391579.43,"action_date":"2026-06-20","prime_award_id":"N0003022C2001","prime_recipient_name":"INTERSTATE ELECTRONICS CORPORATION","prime_recipient_uei":null,"awarding_agency":"Department of Defense","awarding_sub_agency":"Department of the Navy","naics_code":"541330","psc_code":"H914","pop_state":"CA","pop_city":"ANAHEIM","no_prime_history":true,"recipient_first_subaward_date":"2026-05-02","recipient_subaward_count":3,"recipient_distinct_prime_count":2}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/govcon"},{"id":"trials.trials.search","path":"/v1/trials/search","method":"GET","summary":"Which companies are running clinical trials, and at what stage? Search ClinicalTrials.gov interventional industry-sponsored studies by lead sponsor, phase, status, condition, intervention type, a US state with a site, first-posted date (since), start date, or completion date. Returns the sponsor (entity-resolved where possible), phase, status, conditions, enrollment, and dates — a developer target list for CRO, trial-software, and commercial-ops sellers. ClinicalTrials.gov public records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"trials","band":"search","input_schema":{"type":"object","properties":{"sponsor":{"type":"string","description":"Lead sponsor company — suffix/punctuation-insensitive.","examples":["Regeneron"]},"phase":{"type":"string","description":"Trial phase(s), CSV (PHASE1 | PHASE2 | PHASE3 | PHASE4 | EARLY_PHASE1).","examples":["PHASE3"]},"status":{"type":"string","description":"Overall status, CSV (RECRUITING | COMPLETED | TERMINATED | ...).","examples":["RECRUITING"]},"condition":{"type":"string","description":"Indication / condition fragment.","examples":["psoriasis"]},"intervention_type":{"type":"string","description":"Intervention type, CSV (DRUG | DEVICE | BIOLOGICAL | ...).","examples":["DRUG"]},"state":{"type":"string","description":"Has a trial site in these US state code(s), CSV.","examples":["TX"]},"since":{"type":"string","description":"First posted to the registry on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"started_after":{"type":"string","description":"Study start on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"completed_after":{"type":"string","description":"Study completion on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved sponsor employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"first_posted_date | start_date | completion_date | last_update_date :asc|:desc. Default first_posted_date:desc.","examples":["start_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"nct_id":"NCT06011733","sponsor_name":"UCB Biopharma SRL","entity_id":null,"sponsor_class":"INDUSTRY","collaborators":null,"phase":"PHASE3","overall_status":"COMPLETED","study_type":"INTERVENTIONAL","conditions":["Chronic Plaque Psoriasis"],"interventions":["Bimekizumab","Placebo"],"intervention_types":["DRUG","OTHER"],"enrollment":133,"start_date":"2023-10-31","primary_completion_date":"2025-02-05","completion_date":"2025-02-05","first_posted_date":"2023-08-25","last_update_date":"2025-03-10","site_count":18}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/trials"},{"id":"trials.sites.search","path":"/v1/trials/sites/search","method":"GET","summary":"Where are clinical trials being run, and by whom? Search ClinicalTrials.gov trial SITES by facility name, city, US state, lead sponsor company, trial phase, trial status, or trial start date (since). Returns each facility with its trial's sponsor, phase, status, and start date — a site / facility target list for trial-site services, patient-recruitment, and lab vendors. ClinicalTrials.gov public records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"trials","band":"search","input_schema":{"type":"object","properties":{"facility":{"type":"string","description":"Facility / site name fragment.","examples":["Cancer Center"]},"city":{"type":"string","description":"Site city fragment.","examples":["Houston"]},"state":{"type":"string","description":"Site US state code(s), CSV.","examples":["TX"]},"sponsor":{"type":"string","description":"Lead sponsor company — suffix/punctuation-insensitive.","examples":["Pfizer"]},"phase":{"type":"string","description":"Trial phase(s), CSV (PHASE1 | PHASE2 | PHASE3 | PHASE4).","examples":["PHASE3"]},"status":{"type":"string","description":"Trial overall status, CSV (RECRUITING | COMPLETED | ...).","examples":["RECRUITING"]},"since":{"type":"string","description":"Trial started on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"sort":{"type":"string","description":"start_date :asc|:desc. Default start_date:desc.","examples":["start_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"site_key":"0f1c2d3e4a5b6c7d8e9f0a1b2c3d4e5f","nct_id":"NCT06011733","facility_name":"Clinical Research Site","city":"Houston","state":"TX","country":"United States","sponsor_name":"UCB Biopharma SRL","sponsor_entity_id":null,"phase":"PHASE3","overall_status":"RECRUITING","start_date":"2026-02-01"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/trials"},{"id":"fsis.establishments.search","path":"/v1/fsis/establishments/search","method":"GET","summary":"Which meat, poultry, or egg plants operate in a market? Search the USDA FSIS Meat, Poultry & Egg Product Inspection Directory (every federally-inspected establishment) by company, state, city, activity (slaughter/processing), species, size, or inspection-grant date (since, for new plants). Returns the establishment (entity-resolved where possible), address, activities, and size — a food-safety seller's entire target universe, not just OSHA-hit plants. FSIS public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fsis","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Establishment/company name — suffix/punctuation-insensitive.","examples":["Tyson"]},"establishment_number":{"type":"string","description":"FSIS establishment number(s), CSV (M=meat, P=poultry, G=egg, I=import).","examples":["M12345"]},"state":{"type":"string","description":"State code(s), CSV.","examples":["IA"]},"city":{"type":"string","description":"City fragment.","examples":["Springdale"]},"activity":{"type":"string","description":"Activity fragment (Slaughter, Processing, Egg Product, ...).","examples":["Slaughter"]},"size":{"type":"string","description":"Very Small | Small | Large (CSV).","examples":["Large"]},"slaughter":{"type":"string","description":"true = slaughter establishments only.","examples":["true"]},"processing":{"type":"string","description":"true = processing establishments only.","examples":["true"]},"species":{"type":"string","description":"meat | poultry | egg (CSV).","examples":["poultry"]},"since":{"type":"string","description":"Inspection grant date on/after this date (YYYY-MM-DD) — surfaces newly-granted plants.","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"grant_date | establishment_name :asc|:desc. Default grant_date:desc.","examples":["grant_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"establishment_number":"M12345","establishment_name":"Example Provisions Company","entity_id":null,"dbas":null,"street":"100 Packing House Road","city":"Springdale","state":"AR","zip":"72762","phone":"(479) 555-0100","county":"Washington County","grant_date":"2011-06-14","activities":"Meat Slaughter; Meat Processing; Poultry Processing","size":"Large","is_slaughter":true,"is_processing":true,"is_meat":true,"is_poultry":true,"is_egg":false,"is_import":false,"latitude":36.18,"longitude":-94.13}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fsis"},{"id":"fsis.recalls.search","path":"/v1/fsis/recalls/search","method":"GET","summary":"Which food companies have an FSIS meat/poultry/egg recall? Search USDA FSIS recall and public-health-alert records by recalling firm, classification (Class I/II/III or Public Health Alert), reason (allergens, contamination, misbranding), state, active status, outbreak link, or recall date (since). Returns the recalling firm (entity-resolved where possible), classification, reason, product, and dates — a remediation, sanitation, and displacement trigger for food-safety sellers.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fsis","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Recalling firm — suffix/punctuation-insensitive.","examples":["Reser's"]},"classification":{"type":"string","description":"Class I | Class II | Class III | Public Health Alert (CSV).","examples":["Class I"]},"reason":{"type":"string","description":"Reason fragment (Unreported Allergens, Product Contamination, Misbranding, ...).","examples":["Unreported Allergens"]},"recall_type":{"type":"string","description":"Active Recall | Closed Recall | Public Health Alert (CSV).","examples":["Active Recall"]},"state":{"type":"string","description":"Distribution state code(s), CSV.","examples":["CA"]},"active":{"type":"string","description":"true = currently-active recall notices only.","examples":["true"]},"outbreak":{"type":"string","description":"true = recalls related to an outbreak.","examples":["true"]},"since":{"type":"string","description":"Recall on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"recall_date | last_modified_date :asc|:desc. Default recall_date:desc.","examples":["recall_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"recall_number":"010-2026","recalling_firm":"Example Foods, Inc.","entity_id":null,"title":"Example Foods, Inc. Recalls Chicken Product Due to Misbranding and Undeclared Allergens","recall_url":"https://www.fsis.usda.gov/recalls-alerts/example","classification":"Class I","risk_level":"High - Class I","recall_type":"Active Recall","active_notice":true,"reasons":"Misbranding; Unreported Allergens","product_items":"12-oz packages of fully cooked chicken strips","processing":"Fully Cooked - Not Shelf Stable","states":"Oklahoma; Texas","state":"OK","related_to_outbreak":false,"recall_date":"2026-07-23","last_modified_date":"2026-07-23"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fsis"},{"id":"uspto.patents.search","path":"/v1/patents/search","method":"GET","summary":"Which companies just got a US patent, and in what technology? Search recent granted patents (PatentsView, CC BY 4.0) by assignee organization (the company), inventor, CPC subclass/section, patent type, or assignee state/country and grant-date window. new_assignee=true isolates patents from an org with its first-ever grant (emerging/stealth signal); flipped_inventor=true finds a patent whose assignee gained an inventor from a prior different assignee (talent move). Public grants, observational.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"uspto","band":"search","input_schema":{"type":"object","properties":{"assignee":{"type":"string","description":"Assignee organization (the company) name fragment.","examples":["openai"]},"assignee_entity":{"type":"string","description":"Resolved entities.employers entity_id (UUID), exact match.","examples":["3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90"]},"inventor":{"type":"string","description":"Inventor name fragment (last name or full name).","examples":["hinton"]},"cpc_subclass":{"type":"string","description":"CPC subclass/class/section prefix(es), CSV. G06N=AI/ML, H04L=networking.","examples":["G06N"]},"cpc_section":{"type":"string","description":"CPC section letter(s), CSV (A-H, Y).","examples":["G"]},"patent_type":{"type":"string","description":"utility | design | plant | reissue, CSV.","examples":["utility"]},"state":{"type":"string","description":"Assignee state code(s), CSV (US assignees).","examples":["CA"]},"country":{"type":"string","description":"Assignee country code(s), CSV (ISO).","examples":["US"]},"granted_after":{"type":"string","description":"Grant date on or after (YYYY-MM-DD).","examples":["2024-01-01"]},"granted_before":{"type":"string","description":"Grant date on or before (YYYY-MM-DD).","examples":["2024-12-31"]},"new_assignee":{"type":"string","description":"true → only patents whose assignee org is new/emerging (first-ever grant recent).","examples":["true"]},"flipped_inventor":{"type":"string","description":"true → only patents whose assignee gained an inventor from a prior different assignee.","examples":["true"]},"sort":{"type":"string","description":"field:direction — patent_date | num_claims. Default 'patent_date:desc'.","examples":["patent_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"patent_id":"12000000","patent_type":"utility","patent_date":"2024-06-04","patent_title":"Systems and methods for training large language models","num_claims":20,"assignee_organization":"EXAMPLE AI INC","assignee_entity_id":"3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90","assignee_state":"CA","assignee_country":"US","cpc_subclass":"G06N","cpc_group":"G06N3/08","inventor_count":4}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/uspto"},{"id":"uspto.assignees.search","path":"/v1/patents/assignees/search","method":"GET","summary":"Which companies are new to patenting, and in what technology? Search patent assignee ORGANIZATIONS (entity-resolved), each with first/last grant date, patent count, distinct CPC subclasses, and inventor count. new_assignee=true isolates orgs with their first-ever US patent grant (emerging/stealth signal for VC deal sourcing and corp-dev); narrow by CPC subclass, state/country, first-grant window, or patent_count_min. PatentsView grants (CC BY 4.0), observational.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"uspto","band":"search","input_schema":{"type":"object","properties":{"assignee":{"type":"string","description":"Assignee organization (company) name fragment.","examples":["labs"]},"assignee_entity":{"type":"string","description":"Resolved entities.employers entity_id (UUID), exact match.","examples":["3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90"]},"state":{"type":"string","description":"Assignee state code(s), CSV.","examples":["CA"]},"country":{"type":"string","description":"Assignee country code(s), CSV (ISO).","examples":["US"]},"cpc_subclass":{"type":"string","description":"CPC subclass/class/section the org patents in, CSV. G06N=AI/ML.","examples":["G06N"]},"new_assignee":{"type":"string","description":"true → only new/emerging assignees (first-ever patent grant recent).","examples":["true"]},"first_grant_after":{"type":"string","description":"Org's first observed grant on or after (YYYY-MM-DD).","examples":["2024-01-01"]},"first_grant_before":{"type":"string","description":"Org's first observed grant on or before (YYYY-MM-DD).","examples":["2024-12-31"]},"patent_count_min":{"type":"integer","description":"Minimum granted-patent count held by the org.","examples":[3]},"patent_count_max":{"type":"integer","description":"Maximum granted-patent count held by the org.","examples":[50]},"sort":{"type":"string","description":"field:direction — patent_count | first_grant_date | last_grant_date. Default 'last_grant_date:desc'.","examples":["patent_count:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip, for paging.","examples":[0]}},"required":[]},"output_example":{"rows":[{"assignee_key":"org:example ai","organization":"EXAMPLE AI INC","entity_id":"3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90","state":"CA","country":"US","patent_count":3,"first_grant_date":"2024-02-13","last_grant_date":"2024-09-17","distinct_cpc_subclass_count":2,"cpc_subclasses":"G06F,G06N","inventor_count":6,"is_new_assignee":true}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/uspto"},{"id":"msha.mines.search","path":"/v1/msha/mines/search","method":"GET","summary":"Which mines and quarries operate in a market, and who runs them? Search the MSHA Mines data set — every coal and metal/non-metal mine under MSHA jurisdiction (NAICS-21 operators that are OSHA-exempt and invisible elsewhere) — by operator, mine name, state, county, commodity, canvass, coal_metal, mine type, status, active-only, or status date (since). Returns the mine, its operator (entity-resolved) and controller, commodity, employees, and status. MSHA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"msha","band":"search","input_schema":{"type":"object","properties":{"operator":{"type":"string","description":"Mine operator/company name — suffix/punctuation-insensitive.","examples":["Peabody"]},"mine_name":{"type":"string","description":"Mine name fragment.","examples":["Quarry"]},"mine_id":{"type":"string","description":"MSHA mine id(s), CSV.","examples":["1202215"]},"operator_id":{"type":"string","description":"MSHA operator id(s), CSV.","examples":["M09902"]},"controller":{"type":"string","description":"Controlling entity (parent) name fragment.","examples":["Vulcan"]},"state":{"type":"string","description":"State code(s), CSV.","examples":["WV"]},"county":{"type":"string","description":"County name fragment.","examples":["Boone"]},"commodity":{"type":"string","description":"Commodity/SIC or canvass fragment.","examples":["Sand & Gravel"]},"canvass":{"type":"string","description":"Primary canvass (Coal | M/NM | Metal | Nonmetal | Sand & gravel | Stone), CSV.","examples":["Stone"]},"coal_metal":{"type":"string","description":"C = coal, M = metal/non-metal.","examples":["M"]},"mine_type":{"type":"string","description":"Surface | Underground | Facility (CSV).","examples":["Surface"]},"status":{"type":"string","description":"Mine status (Active | Abandoned | Intermittent | Temporarily Idled | NonProducing), CSV.","examples":["Active"]},"active":{"type":"string","description":"true = currently-active mines only.","examples":["true"]},"since":{"type":"string","description":"Current-status date on/after this date (YYYY-MM-DD) — surfaces newly-statused mines.","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved operator entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"status_dt | mine_name | employees :asc|:desc. Default status_dt:desc.","examples":["status_dt:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"mine_id":"1202215","current_mine_name":"Example Aggregates Quarry","current_operator_id":"M09902","current_operator_name":"Example Aggregates LLC","entity_id":null,"current_controller_id":"C01234","current_controller_name":"Example Materials Holdings Inc","coal_metal_ind":"M","current_mine_type":"Surface","current_mine_status":"Active","current_status_dt":"2011-04-01","state":"TX","fips_cnty_nm":"Bexar","company_type":"Corporation","district":"SC","office_name":"Dallas Field Office","primary_sic":"Crushed, Broken Limestone","primary_canvass":"Stone","commodity":"Crushed, Broken Limestone","current_103i":null,"no_employees":42,"is_coal":false,"is_metal":true,"is_active":true,"nearest_town":"San Antonio","latitude":"29.42","longitude":"-98.49"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/msha"},{"id":"msha.violations.search","path":"/v1/msha/violations/search","method":"GET","summary":"Which mine operators have MSHA citations or orders? Search the MSHA Violations data set (citations & orders at coal & M/NM mines) by cited company, mine id, state, cited 30 CFR standard (part_section), Mine Act section, citation/order type, health/safety area, negligence, likelihood, S&S (sig_sub), contested, year, or issue date (since). Returns the cited violator (entity-resolved), mine, standard cited, penalty, and dates. Reported exactly as cited, not a safety judgment.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"msha","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Cited violator (operator/contractor) name — suffix/punctuation-insensitive.","examples":["Consol"]},"mine_id":{"type":"string","description":"MSHA mine id(s), CSV.","examples":["1202215"]},"violator_id":{"type":"string","description":"MSHA violator/operator id(s), CSV.","examples":["M09902"]},"state":{"type":"string","description":"State code(s), CSV (from the mine).","examples":["KY"]},"part_section":{"type":"string","description":"Cited 30 CFR part/section fragment (the standard cited).","examples":["75.400"]},"section_of_act":{"type":"string","description":"Mine Act section fragment.","examples":["104(a)"]},"coal_metal":{"type":"string","description":"C = coal, M = metal/non-metal.","examples":["C"]},"violator_type":{"type":"string","description":"Operator | Contractor | Agent | Miner (CSV).","examples":["Operator"]},"cit_ord":{"type":"string","description":"Citation | Order | Safeguard (CSV).","examples":["Order"]},"enforcement_area":{"type":"string","description":"Health/safety hazard designation fragment.","examples":["Safety"]},"negligence":{"type":"string","description":"Negligence degree (CSV).","examples":["HighNegligence"]},"likelihood":{"type":"string","description":"Accident likelihood (Highly | Reasonably | Unlikely | Occurred | NoLikelihood), CSV.","examples":["Reasonably"]},"sig_sub":{"type":"string","description":"true = Significant & Substantial (S&S) citations only.","examples":["true"]},"contested":{"type":"string","description":"true = contested citations only.","examples":["true"]},"year":{"type":"string","description":"Calendar year of issuance.","examples":["2025"]},"since":{"type":"string","description":"Issued on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved violator entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"issue_date | penalty | affected :asc|:desc. Default issue_date:desc.","examples":["issue_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"violation_no":"9012345","event_no":"4567890","mine_id":"1512345","mine_name":"Example No. 1 Mine","mine_type":"Underground","coal_metal_ind":"C","state":"KY","violator_id":"M09902","violator_name":"Example Coal Company LLC","entity_id":null,"violator_type_cd":"Operator","contractor_id":null,"controller_id":"C01234","controller_name":"Example Energy Holdings Inc","violation_issue_dt":"2025-11-14","cal_yr":2025,"sig_sub":"Y","is_sig_sub":true,"section_of_act":"104(a)","part_section":"75.400","cit_ord_safe":"Citation","likelihood":"Reasonably","inj_illness":"LostDays","no_affected":1,"negligence":"HighNegligence","enforcement_area":"Safety","special_assess":"N","proposed_penalty":1304,"amount_due":1304,"amount_paid":0,"latest_term_due_dt":"2025-11-20","termination_dt":"2025-11-18","docket_no":null,"is_contested":false}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/msha"},{"id":"fda.warningletters.search","path":"/v1/fda/warning-letters/search","method":"GET","summary":"Which FDA-regulated firms have an open FDA warning letter? Search the FDA Warning Letters index by company, product area (drugs, devices, biologics, food, dietary-supplement, cosmetics, tobacco, veterinary), issuing office, subject (CGMP, adulterated, misbranded), open/closed status, or issue/posted date. Returns the recipient firm (entity-resolved where possible), issuing office, subject, and response/close-out dates — a documented compliance gap and remediation trigger.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fda_wl","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Recipient company name — suffix/punctuation-insensitive.","examples":["Acme Labs"]},"product_area":{"type":"string","description":"drugs | devices | biologics | food | dietary-supplement | cosmetics | tobacco | veterinary | other (CSV).","examples":["drugs"]},"issuing_office":{"type":"string","description":"FDA center / district office fragment.","examples":["Center for Drug Evaluation and Research"]},"subject":{"type":"string","description":"Subject / alleged-violation fragment.","examples":["CGMP"]},"closed":{"type":"string","description":"false = open letters (no close-out) only; true = closed-out only.","examples":["false"]},"responded":{"type":"string","description":"true = a firm response letter is on record; false = none.","examples":["false"]},"since":{"type":"string","description":"Letter issue date on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"posted_since":{"type":"string","description":"Posted date on/after this date (YYYY-MM-DD) — newly-published letters.","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"letter_issue_date | posted_date :asc|:desc. Default letter_issue_date:desc.","examples":["letter_issue_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"letter_id":"3f5a9c1e2b7d4a8c6e0f1a2b3c4d5e6f","company_name":"Example Pharmaceuticals, Inc.","entity_id":null,"issuing_office":"Center for Drug Evaluation and Research | CDER","subject":"CGMP/Finished Pharmaceuticals/Adulterated","product_area":"drugs","posted_date":"2026-03-18","letter_issue_date":"2026-03-04","response_date":null,"closeout_date":null,"is_closed":false,"has_response":false}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fda_wl"},{"id":"epa.rcra_handlers.search","path":"/v1/epa/rcra-handlers/search","method":"GET","summary":"Which hazardous-waste handlers operate in a market? Search EPA RCRAInfo (every registered hazardous-waste generator, transporter, and treatment/storage/disposal facility) by company, state, city, generator status (LQG/SQG/VSQG), NAICS industry, or handler role (transporter, TSDF, active). Returns the handler (entity-resolved where possible), address, generator status, and role flags — an EHS vendor's entire regulated universe, not just ECHO hits. EPA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"epa","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Handler/company name — suffix/punctuation-insensitive.","examples":["Chemours"]},"handler_id":{"type":"string","description":"EPA RCRA handler ID(s), CSV.","examples":["TXD000000000"]},"state":{"type":"string","description":"State code(s), CSV.","examples":["OH"]},"city":{"type":"string","description":"City fragment.","examples":["Cleveland"]},"generator_status":{"type":"string","description":"LQG | SQG | VSQG | Non-Generator (CSV).","examples":["LQG"]},"naics":{"type":"string","description":"NAICS prefix(es), CSV (e.g. 32 = manufacturing, 3251 = basic chemicals).","examples":["3251"]},"lqg":{"type":"string","description":"true = large-quantity generators only.","examples":["true"]},"transporter":{"type":"string","description":"true = hazardous-waste transporters only.","examples":["true"]},"tsdf":{"type":"string","description":"true = operating treatment/storage/disposal facilities only.","examples":["true"]},"active":{"type":"string","description":"true = currently-active handler sites only.","examples":["true"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"facility_name | generator_status :asc|:desc. Default facility_name:asc.","examples":["generator_status:asc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"handler_id":"OHD000000000","facility_name":"Example Coatings Company","entity_id":null,"street":"500 Industrial Parkway","city":"Cleveland","state":"OH","zip":"44101","generator_status":"LQG","handler_universe":"LQG, Transporter","fed_waste_generator":"1","is_lqg":true,"is_sqg":false,"is_vsqg":false,"is_transporter":true,"is_tsdf":false,"active_site":true,"naics_code":"325510","latitude":41.49,"longitude":-81.69}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/epa"},{"id":"epa.tri.search","path":"/v1/epa/tri/search","method":"GET","summary":"Which facilities report toxic chemical releases? Search the EPA Toxics Release Inventory (TRI Basic Data) by facility or parent company, state, chemical, CAS number, NAICS, reporting year, chemical class (carcinogen, PBT, PFAS), or minimum release amount. Returns the facility (entity-resolved where possible), parent company, chemical, and on/off-site release totals — the emissions universe for environmental, remediation, and EHS sellers. EPA public-domain; amounts self-reported.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"epa","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Facility or parent-company name — suffix/punctuation-insensitive.","examples":["Dow"]},"facility":{"type":"string","description":"Facility name fragment.","examples":["Midland"]},"state":{"type":"string","description":"State code(s), CSV.","examples":["MI"]},"chemical":{"type":"string","description":"Chemical name fragment.","examples":["Toluene"]},"cas":{"type":"string","description":"CAS number(s), CSV.","examples":["108-88-3"]},"naics":{"type":"string","description":"NAICS prefix(es), CSV.","examples":["325"]},"year":{"type":"string","description":"TRI reporting year(s), CSV.","examples":["2023"]},"carcinogen":{"type":"string","description":"true = OSHA-carcinogen chemicals only.","examples":["true"]},"pbt":{"type":"string","description":"true = persistent bioaccumulative toxic (PBT) chemicals only.","examples":["true"]},"pfas":{"type":"string","description":"true = PFAS chemicals only.","examples":["true"]},"min_total_releases":{"type":"string","description":"Minimum total on+off-site release amount (reported unit, usually pounds).","examples":["10000"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"total_releases | tri_year | facility_name :asc|:desc. Default total_releases:desc.","examples":["total_releases:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"trifid":"48674DWCHM1602B","facility_name":"Example Chemical Plant","entity_id":null,"parent_co_name":"EXAMPLE CHEMICAL CO","standard_parent_co_name":"EXAMPLE CHEMICAL CO","state":"MI","primary_naics":"325199","industry_sector":"Chemicals","tri_year":"2023","chemical":"Toluene","cas_number":"108-88-3","classification":"TRI","is_carcinogen":false,"is_pbt":false,"is_pfas":false,"clean_air_act":true,"unit_of_measure":"Pounds","on_site_release_total":45210,"off_site_release_total":1200,"total_releases":46410}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/epa"},{"id":"nlrb.cases.search","path":"/v1/nlrb/cases/search","method":"GET","summary":"Which employers have NLRB labor activity — a union petition or an unfair-labor-practice charge? Search NLRB cases by employer, case type (CA/CB/RC/RM/...), category (ulp vs representation), status, region, state, union, election result, or filing date (since). Returns the employer (entity-resolved where possible), region, union, and — for elections — the tally. Cases as filed (a charge is an allegation, not a judgment); a labor-relations trigger for PEO/HR, benefits, staffing, and outplacement.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"nlrb","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Employer name — suffix/punctuation-insensitive.","examples":["Starbucks"]},"case_type":{"type":"string","description":"NLRB case type code(s), CSV (CA, CB, RC, RM, RD, UC, ...).","examples":["RC"]},"case_category":{"type":"string","description":"ulp | representation | unit (CSV).","examples":["representation"]},"status":{"type":"string","description":"Open | Closed (CSV).","examples":["Open"]},"region":{"type":"string","description":"NLRB region code(s), CSV (two-digit, e.g. 10).","examples":["10"]},"state":{"type":"string","description":"Employer state code(s), CSV.","examples":["CA"]},"union":{"type":"string","description":"Union / petitioner name fragment.","examples":["Teamsters"]},"has_election":{"type":"string","description":"true = cases with an election tally on record.","examples":["true"]},"result":{"type":"string","description":"union | no union (election outcome, CSV).","examples":["union"]},"since":{"type":"string","description":"Filed on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved employer entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"date_filed | tally_issued_date | num_employees :asc|:desc. Default date_filed:desc.","examples":["date_filed:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"case_number":"27-RC-391415","case_type":"RC","case_category":"representation petition","region_code":"27","region_assigned":"Region 27, Denver, Colorado","date_filed":"2026-07-24","status":"Open","employer_name":"Colorado Coalition for the Homeless","entity_id":null,"employer_city":"Denver","employer_state":"CO","employer_zip":"80205","union_name":"Service Employees International Union, Local 105","petitioner":"Service Employees International Union, Local 105","charging_party_type":null,"num_employees":120,"tally_issued_date":null,"eligible_voters":null,"ballots_counted":null,"votes_for":null,"votes_against":null,"challenged_ballots":null,"ballot_type":null,"tally_type":null,"union_to_certify":null,"election_result":null,"source":"recent_filings"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/nlrb"},{"id":"ttb.permittees.search","path":"/v1/ttb/permittees/search","method":"GET","summary":"Which distilleries, wineries, alcohol importers, and wholesalers hold a federal TTB basic permit in a market? Search the TTB List of Permittees by owner, operating/DBA name, permit number, permit_type (S/W/I/P), industry, state, city, county, zip, entity_id, or new-permit-only (new=true, a new-business trigger). Returns the permittee, operating name, address, industry type, and entity-resolved owner. Excludes brewers/tobacco (IRC 6103). TTB public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"ttb","band":"search","input_schema":{"type":"object","properties":{"owner":{"type":"string","description":"Permit-holder (owner) name — suffix/punctuation-insensitive.","examples":["Southern Glazer's"]},"operating_name":{"type":"string","description":"Operating / DBA name fragment.","examples":["Distillery"]},"permit_number":{"type":"string","description":"TTB permit number(s), CSV (STATE-TYPE-SEQ).","examples":["CA-W-25810"]},"permit_type":{"type":"string","description":"S = distilled spirits, W = wine, I = importer, P = wholesaler.","examples":["S"]},"industry":{"type":"string","description":"Industry type (Distilled Spirits Plant | Wine Producer | Importer (Alcohol) | Wholesaler (Alcohol)), CSV.","examples":["Distilled Spirits Plant"]},"state":{"type":"string","description":"Premise state code(s), CSV.","examples":["KY"]},"city":{"type":"string","description":"Premise city fragment.","examples":["Louisville"]},"county":{"type":"string","description":"Premise county fragment.","examples":["Jefferson"]},"zip":{"type":"string","description":"Premise ZIP code.","examples":["40202"]},"new":{"type":"string","description":"true = newly-issued permits only (< 7 days) — a new-business trigger.","examples":["true"]},"entity_id":{"type":"string","description":"Resolved owner entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"permit_number | owner | city :asc|:desc. Default permit_number:asc.","examples":["owner:asc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"permit_number":"KY-S-21001","permit_type":"S","industry_type":"Distilled Spirits Plant","name":"Example Bourbon Distillers LLC","entity_id":null,"operating_name":"Example Bourbon Co","street":"100 Distillery Rd","city":"Louisville","state":"KY","zip":"40202","county":"Jefferson","is_distillery":true,"is_winery":false,"is_importer":false,"is_wholesaler":false,"is_new":false}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/ttb"},{"id":"hrsa.hpsa.search","path":"/v1/hrsa/hpsa/search","method":"GET","summary":"Where has the federal government designated a health-professional shortage? Search HRSA HPSAs by state, county, discipline (Primary Care | Dental Health | Mental Health), designation type, status, minimum HPSA score (0-26, higher = worse), population type, rural-only, or designated-since date. Returns the designation, score, geography, provider-to-population ratio, and shortage FTE — the buying moment for clinician-staffing, telehealth, and workforce vendors.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"hrsa","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Primary state/territory code(s), CSV.","examples":["TX"]},"county":{"type":"string","description":"County name fragment.","examples":["Harris"]},"discipline":{"type":"string","description":"Primary Care | Dental Health | Mental Health (CSV).","examples":["Primary Care"]},"designation_type":{"type":"string","description":"Designation type fragment.","examples":["Geographic HPSA"]},"status":{"type":"string","description":"Designated | Proposed for Withdrawal | Withdrawn (CSV).","examples":["Designated"]},"hpsa_id":{"type":"string","description":"Exact HPSA ID.","examples":["1484203330"]},"min_score":{"type":"string","description":"Minimum HPSA score (0-26, higher = worse).","examples":["18"]},"population_type":{"type":"string","description":"Population-type fragment (Low Income, Migrant Farmworker...).","examples":["Low Income"]},"since":{"type":"string","description":"Designated on or after this date (YYYY-MM-DD).","examples":["2020-01-01"]},"rural":{"type":"string","description":"true = rural / partially-rural only; false = non-rural.","examples":["true"]},"sort":{"type":"string","description":"score | designation_date | shortage_fte :asc|:desc. Default score:desc.","examples":["score:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"hpsa_id":"1484203330","hpsa_name":"Jim Hogg County","discipline":"Primary Care","designation_type":"High Needs Geographic HPSA","hpsa_status":"Designated","hpsa_score":23,"state":"TX","county":"Jim Hogg County, TX","rural_status":"Rural","shortage_fte":0.4,"designation_date":"1979-06-07"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/hrsa"},{"id":"hrsa.mua.search","path":"/v1/hrsa/mua/search","method":"GET","summary":"Which areas and populations has HRSA designated Medically Underserved (MUA/P)? Search by state, county, status, designation type, MUA/P id, maximum IMU score (0-100, LOWER = more underserved), or designated-since date. Returns the service area, IMU score, geography, and dates — the safety-net / FQHC territory for staffing, telehealth, and access programs. HRSA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"hrsa","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"State/territory code(s), CSV.","examples":["CA"]},"county":{"type":"string","description":"County name fragment.","examples":["Los Angeles"]},"status":{"type":"string","description":"Designated | Withdrawn (CSV).","examples":["Designated"]},"designation_type":{"type":"string","description":"Designation type fragment.","examples":["Medically Underserved Area"]},"mua_id":{"type":"string","description":"Exact MUA/P ID.","examples":["00336"]},"max_imu":{"type":"string","description":"Maximum IMU score (0-100, LOWER = more underserved).","examples":["50"]},"since":{"type":"string","description":"Designated on or after this date (YYYY-MM-DD).","examples":["2015-01-01"]},"sort":{"type":"string","description":"imu_score | designation_date :asc|:desc. Default imu_score:asc.","examples":["imu_score:asc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"mua_id":"00336","service_area_name":"Los Angeles Service Area","designation_type":"Medically Underserved Area","mua_status":"Designated","imu_score":42.3,"state":"CA","county":"Los Angeles County"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/hrsa"},{"id":"cms.timely_care.search","path":"/v1/cms/timely-care/search","method":"GET","summary":"How is a hospital's emergency department performing on CMS timely-care measures? Search CMS 'Timely and Effective Care - Hospital' by state, facility_id (CCN), measure (OP_18b median ED time, OP_22 left-without-being-seen, SEP_1...), condition, city, min/max score, reporting-period end, or latest_only. Returns per-hospital score, sample, measure period, and snapshot. CMS Care Compare public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"cms_tec","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Hospital state code(s), CSV.","examples":["FL"]},"facility_id":{"type":"string","description":"CMS CCN(s), CSV.","examples":["100001"]},"measure":{"type":"string","description":"Measure id(s), CSV (OP_18b, OP_22, SEP_1...).","examples":["OP_18b"]},"condition":{"type":"string","description":"Condition fragment.","examples":["Emergency Department"]},"city":{"type":"string","description":"City fragment.","examples":["Miami"]},"min_score":{"type":"string","description":"Minimum numeric score.","examples":["200"]},"max_score":{"type":"string","description":"Maximum numeric score.","examples":["500"]},"period_end":{"type":"string","description":"Exact reporting-period end date (YYYY-MM-DD).","examples":["2025-06-30"]},"latest_only":{"type":"string","description":"true = only each facility×measure's most recent period.","examples":["true"]},"sort":{"type":"string","description":"score | sample | period_end :asc|:desc.","examples":["score:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"facility_id":"100128","facility_name":"TAMPA GENERAL HOSPITAL","state":"FL","measure_id":"OP_18b","score":232,"sample":1219,"period_start":"2024-07-01","period_end":"2025-06-30"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/cms_tec"},{"id":"cms.timely_care.delta","path":"/v1/cms/timely-care/delta","method":"GET","summary":"Which hospitals' emergency-department throughput is degrading period-over-period? Windows the CMS Timely & Effective Care snapshots to compute each hospital's latest-vs-prior change on a measure (default OP_18b median ED time; higher = worse). Filter by measure, state, facility_id, direction (worse | better | any), min_pct_change, min_delta, and min_sample. Returns latest_score, prior_score, delta, and pct_change — the founder's ED-staffing-pressure tell. CMS Care Compare public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"cms_tec","band":"search","input_schema":{"type":"object","properties":{"measure":{"type":"string","description":"Measure id to compare across periods (default OP_18b).","examples":["OP_18b"]},"state":{"type":"string","description":"Hospital state code(s), CSV.","examples":["IL"]},"facility_id":{"type":"string","description":"CMS CCN(s), CSV.","examples":["140117"]},"direction":{"type":"string","description":"worse (default) | better | any.","examples":["worse"]},"min_pct_change":{"type":"string","description":"Minimum period-over-period % change in the chosen direction.","examples":["10"]},"min_delta":{"type":"string","description":"Minimum absolute change in the chosen direction.","examples":["30"]},"min_sample":{"type":"string","description":"Minimum latest-period sample size.","examples":["100"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"facility_id":"140117","facility_name":"AMITA HEALTH RESURRECTION MEDICAL CENTER","state":"IL","measure_id":"OP_18b","latest_period":"2025-06-30","latest_score":184,"prior_period":"2024-09-30","prior_score":111,"delta":73,"pct_change":65.8}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/cms_tec"},{"id":"hcris.cost_reports.search","path":"/v1/hcris/cost-reports/search","method":"GET","summary":"What does a hospital's Medicare cost report show for staffing? Search the flattened HCRIS S-3 (CMS 'Hospital Provider Cost Report') by state, CCN, name, fiscal year, control_type, or min_beds. Returns FTE employees, beds, discharges, salaries, contract labor, plus computed FTE-per-bed and FTE-per-1k-discharges staffing ratios. CMS public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"hcris","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Hospital state code(s), CSV.","examples":["TX"]},"ccn":{"type":"string","description":"Provider CCN(s), CSV.","examples":["450078"]},"name":{"type":"string","description":"Hospital name fragment.","examples":["Memorial"]},"year":{"type":"string","description":"Fiscal year(s), CSV.","examples":["2023"]},"control_type":{"type":"string","description":"Type of control fragment.","examples":["Proprietary"]},"min_beds":{"type":"string","description":"Minimum number of beds.","examples":["100"]},"sort":{"type":"string","description":"fte_employees | number_of_beds | total_discharges | fiscal_year :asc|:desc.","examples":["number_of_beds:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"ccn":"450078","hospital_name":"EXAMPLE REGIONAL MEDICAL CENTER","state":"TX","fiscal_year":2023,"fte_employees":1840.5,"number_of_beds":410,"total_discharges":18220,"fte_per_bed":4.489,"fte_per_1k_discharges":101}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/hcris"},{"id":"hcris.staffing_decline.search","path":"/v1/hcris/staffing-decline/search","method":"GET","summary":"Which hospitals cut staffing year-over-year? Compares each CCN's latest HCRIS fiscal year to the prior on a staffing ratio (metric=fte_per_bed default, or fte_per_discharge) and returns those whose ratio DROPPED. Filter by state, min_pct_drop, year, ccn, name, control_type, min_beds. Returns latest/prior ratio, delta and pct_change — an understaffing tell. CCN joins CMS timely-care. CMS public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"hcris","band":"search","input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Hospital state code(s), CSV.","examples":["TX"]},"min_pct_drop":{"type":"string","description":"Minimum YoY % drop in the ratio.","examples":["10"]},"year":{"type":"string","description":"Restrict the LATEST fiscal year(s) compared, CSV.","examples":["2023"]},"metric":{"type":"string","description":"fte_per_bed (default) | fte_per_discharge.","examples":["fte_per_bed"]},"ccn":{"type":"string","description":"Provider CCN(s), CSV.","examples":["450078"]},"name":{"type":"string","description":"Hospital name fragment.","examples":["Memorial"]},"control_type":{"type":"string","description":"Type of control fragment.","examples":["Proprietary"]},"min_beds":{"type":"string","description":"Minimum beds in the latest year.","examples":["100"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"ccn":"450078","hospital_name":"EXAMPLE REGIONAL MEDICAL CENTER","state":"TX","latest_fy":2023,"prior_fy":2022,"latest_ratio":3.91,"prior_ratio":4.62,"delta":-0.71,"pct_change":-15.4,"metric":"fte_per_bed"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/hcris"},{"id":"fcc.licenses.search","path":"/v1/fcc/licenses/search","method":"GET","summary":"Who just got a new or modified FCC wireless license (a buildout tell)? Search the FCC ULS license transactions (microwave, land-mobile private/commercial, paging, broadcast-aux) by licensee company, call sign, radio_service, service_group, state, city, status, applicant_type, FRN, grant date (granted_since), or last-action date (since). Returns the license, its entity-resolved licensee, radio service, status, and dates. FCC public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"fcc","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Licensee company/agency name — suffix/punctuation-insensitive.","examples":["Crown Castle"]},"call_sign":{"type":"string","description":"Call sign(s), CSV.","examples":["WQGR685"]},"radio_service":{"type":"string","description":"FCC radio service code(s), CSV (e.g. MW microwave, IG industrial/business, PW public safety).","examples":["MW"]},"service_group":{"type":"string","description":"microwave | land-mobile-private | land-mobile-commercial | paging | land-mobile-broadcast-aux (CSV).","examples":["microwave"]},"state":{"type":"string","description":"Premise state code(s), CSV.","examples":["TX"]},"city":{"type":"string","description":"Premise city fragment.","examples":["Dallas"]},"status":{"type":"string","description":"License status code(s), CSV (A = active).","examples":["A"]},"applicant_type":{"type":"string","description":"Applicant type code(s), CSV (B business, C corp, G govt, I individual, L limited-liability, P partnership).","examples":["L"]},"frn":{"type":"string","description":"FCC Registration Number(s), CSV.","examples":["0004254223"]},"granted_since":{"type":"string","description":"Grant date on/after this date (YYYY-MM-DD) — surfaces new license grants.","examples":["2026-07-01"]},"since":{"type":"string","description":"Last-action date on/after this date (YYYY-MM-DD) — recent transactions.","examples":["2026-07-01"]},"entity_id":{"type":"string","description":"Resolved licensee entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"grant_date | last_action_date | call_sign :asc|:desc. Default last_action_date:desc.","examples":["grant_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"unique_system_identifier":"961870","call_sign":"KMM21","radio_service_code":"MW","service_group":"microwave","license_status":"A","grant_date":"2021-03-30","expired_date":"2031-05-29","effective_date":"2026-07-13","last_action_date":"2026-07-13","name":"Example Wireless Holdings LLC","entity_id":null,"frn":"0002710192","applicant_type_code":"L","street":"312 Walnut Street","city":"Cincinnati","state":"OH","zip":"45202"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/fcc"},{"id":"faa.aircraft.search","path":"/v1/faa/aircraft/search","method":"GET","summary":"Who owns which aircraft, and what did they just register? Search the FAA aircraft registry by registrant/owner, N-number, manufacturer, model, type_aircraft, type_registrant (1 individual/3 corp/7 LLC), state, city, status, fractional-only, or certificate-issue date (registered_since — new-ownership tell). Returns the aircraft (make/model/type/year/seats) and its entity-resolved registrant. FAA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"faa","band":"search","input_schema":{"type":"object","properties":{"registrant":{"type":"string","description":"Registrant/owner name — suffix/punctuation-insensitive.","examples":["NetJets"]},"n_number":{"type":"string","description":"N-number(s), CSV (leading N optional).","examples":["1000E"]},"mfr":{"type":"string","description":"Manufacturer name fragment.","examples":["Cessna"]},"model":{"type":"string","description":"Model name fragment.","examples":["Citation"]},"type_aircraft":{"type":"string","description":"Type-aircraft code(s), CSV (4 fixed-wing single, 5 fixed-wing multi, 6 rotorcraft).","examples":["5"]},"type_registrant":{"type":"string","description":"Registrant-type code(s), CSV (1 individual, 3 corporation, 7 LLC).","examples":["3"]},"state":{"type":"string","description":"Registrant state code(s), CSV.","examples":["TX"]},"city":{"type":"string","description":"Registrant city fragment.","examples":["Dallas"]},"status":{"type":"string","description":"Registration status code(s), CSV (V = valid).","examples":["V"]},"fractional":{"type":"string","description":"true = fractional-ownership aircraft only.","examples":["true"]},"registered_since":{"type":"string","description":"Certificate-issue date on/after this date (YYYY-MM-DD) — new registrations/ownership.","examples":["2026-01-01"]},"since":{"type":"string","description":"Last-action date on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"entity_id":{"type":"string","description":"Resolved registrant entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"cert_issue_date | last_action_date | year_mfr :asc|:desc. Default cert_issue_date:desc.","examples":["cert_issue_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"n_number":"1000E","serial_number":"550-1011","mfr_name":"CESSNA","model_name":"550","type_aircraft":"5","type_aircraft_desc":"Fixed wing multi engine","num_seats":9,"year_mfr":2002,"type_registrant":"3","registrant_type_desc":"Corporation","name":"Example Aviation Holdings LLC","entity_id":null,"city":"Oklahoma City","state":"OK","cert_issue_date":"2016-02-16","status_code":"V","is_fractional":false}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/faa"},{"id":"faa.deregistrations.search","path":"/v1/faa/deregistrations/search","method":"GET","summary":"Which aircraft were just deregistered (sold, exported, scrapped, or repossessed)? Search FAA aircraft deregistrations (cancel date >= 2022) by last registrant/owner, N-number, mailing state, status, or cancel date (since/before) — the asset-disposal / ownership-exit event for auctioneers, dealers, and asset-based lenders. Returns the aircraft, its last entity-resolved registrant, and the cancel date. FAA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"faa","band":"search","input_schema":{"type":"object","properties":{"registrant":{"type":"string","description":"Last registrant/owner name — suffix/punctuation-insensitive.","examples":["Wells Fargo Trust"]},"n_number":{"type":"string","description":"N-number(s), CSV (leading N optional).","examples":["12345"]},"state":{"type":"string","description":"Mailing state code(s), CSV.","examples":["FL"]},"status":{"type":"string","description":"Status code(s), CSV.","examples":["E"]},"since":{"type":"string","description":"Cancel date on/after this date (YYYY-MM-DD).","examples":["2026-01-01"]},"before":{"type":"string","description":"Cancel date on/before this date (YYYY-MM-DD).","examples":["2026-07-01"]},"entity_id":{"type":"string","description":"Resolved registrant entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"cancel_date | last_action_date :asc|:desc. Default cancel_date:desc.","examples":["cancel_date:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"dereg_id":"9f2c...e1","n_number":"12345","serial_number":"208B-0001","name":"Example Leasing Trust","entity_id":null,"status_code":"E","cancel_date":"2026-05-14","cert_issue_date":"2015-06-01","city_mail":"Salt Lake City","state":"UT"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/faa"},{"id":"phmsa.operators.search","path":"/v1/phmsa/operators/search","method":"GET","summary":"Which pipeline operators are in a market, and who are they? Search the PHMSA pipeline operator roster by operator name, operator_id (OPID), HQ state, operator_type, or commodity. Returns the operator, HQ address, commodity, type, and entity-resolved company — the target universe for oil-and-gas services, pipeline-integrity & environmental consultants, energy insurers, and industrial real estate. PHMSA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"phmsa","band":"search","input_schema":{"type":"object","properties":{"operator":{"type":"string","description":"Pipeline operator name — suffix/punctuation-insensitive.","examples":["Kinder Morgan"]},"operator_id":{"type":"string","description":"PHMSA operator id (OPID)(s), CSV.","examples":["15007"]},"state":{"type":"string","description":"HQ state code(s), CSV.","examples":["TX"]},"operator_type":{"type":"string","description":"Operator/ownership type fragment.","examples":["Investor"]},"commodity":{"type":"string","description":"Commodity fragment.","examples":["Natural Gas"]},"entity_id":{"type":"string","description":"Resolved operator entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"operator_name | report_year :asc|:desc. Default operator_name:asc.","examples":["operator_name:asc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"operator_id":"15007","name":"Example Gas & Electric Co","entity_id":null,"commodity":"Natural Gas","operator_type":"Investor Owned","hq_city":"Houston","state":"TX","report_year":2025}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/phmsa"},{"id":"phmsa.incidents.search","path":"/v1/phmsa/incidents/search","method":"GET","summary":"Which pipeline operators had a reported incident? Search PHMSA pipeline incidents (2010+, gas distribution / hazardous liquid / gas transmission) by operator, operator_id, mode, state, cause, commodity, minimum cost (min_cost), year, or incident date (since). Returns the incident, its entity-resolved operator, location, commodity released, casualties, cost, and cause — a remediation / integrity / claims trigger. Reported exactly as recorded, not a safety judgment.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"phmsa","band":"search","input_schema":{"type":"object","properties":{"operator":{"type":"string","description":"Operator name — suffix/punctuation-insensitive.","examples":["Enbridge"]},"operator_id":{"type":"string","description":"PHMSA operator id(s), CSV.","examples":["15007"]},"mode":{"type":"string","description":"Pipeline mode (gas_distribution | hazardous_liquid | gas_transmission), CSV.","examples":["hazardous_liquid"]},"state":{"type":"string","description":"Incident state code(s), CSV.","examples":["TX"]},"cause":{"type":"string","description":"Incident cause fragment.","examples":["CORROSION"]},"commodity":{"type":"string","description":"Commodity released fragment.","examples":["CRUDE OIL"]},"min_cost":{"type":"string","description":"Minimum total cost (USD).","examples":["1000000"]},"year":{"type":"string","description":"Incident year.","examples":["2025"]},"since":{"type":"string","description":"Incident date on/after this date (YYYY-MM-DD).","examples":["2025-01-01"]},"entity_id":{"type":"string","description":"Resolved operator entity UUID.","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"incident_date | total_cost | fatalities :asc|:desc. Default incident_date:desc.","examples":["total_cost:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"incident_id":"hazardous_liquid:20250123","report_number":"20250123","mode":"hazardous_liquid","operator_id":"31618","name":"Example Pipeline Partners LP","entity_id":null,"incident_date":"2025-03-14","incident_year":2025,"city":"Midland","state":"TX","county":"MIDLAND","commodity_released":"CRUDE OIL","fatalities":0,"injuries":0,"property_damage":250000,"total_cost":1250000,"cause":"CORROSION FAILURE"}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/phmsa"},{"id":"ofac.screen.sanctions","path":"/v1/screens/sanctions","method":"GET","summary":"Is this company on a U.S. sanctions or export-control list? One-call screen of the Consolidated Screening List — OFAC SDN, BIS Entity/Denied-Persons/Unverified/Military-End-User, State DTC/ISN, Treasury SSI/CMIC/PLC/NS-MBS — by normalized name and every published AKA (optional list= filter). Returns an attested records_found verdict, per-list hit counts, and the matching listings with program, type, and addresses. A name match is a screening hit to adjudicate, not a determination.","price_usd":0.1,"price_unit":"call","price_atomic_usdc":"100000","dataset":"ofac","band":"screen","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Company/party name to screen — legal suffixes and punctuation normalized; matched against the primary name and every alternate name/AKA.","examples":["VTB Bank"]},"list":{"type":"string","description":"Optional source-list code to narrow the screen (SDN | EL | DPL | DTC | SSI | UVL | ISN | PLC | MEU | CMIC | NS-MBS | CAP).","examples":["EL"]}},"required":["name"]},"output_example":{"query":{"name":"VTB Bank","normalized_name":"VTB BANK","list":"all"},"verdict":{"records_found":true,"total_hit_count":1,"sdn_hit_count":0,"bis_entity_list_hit_count":0,"denied_persons_hit_count":0,"unverified_list_hit_count":0},"hits":[{"name":"VTB BANK PUBLIC JOINT STOCK COMPANY","source":"Sectoral Sanctions Identifications List (SSI) - Treasury Department","source_short":"SSI","listing_type":"Entity","programs":"UKRAINE-EO13662","match":{"basis":"aka_exact_normalized"}}],"match_basis":"Exact normalized-name match against primary name and every published AKA across all screening lists; a hit is a candidate to adjudicate."},"license_url":"https://api.govparse.io/v1/license/ofac"},{"id":"sba.loans.search","path":"/v1/sba/loans/search","method":"GET","summary":"Which companies just got SBA growth capital — a 7(a) guaranty or 504/CDC debenture? Search the SBA 7(a) & 504 FOIA loan-approval roster by company, state, project_state, naics (prefix), program (7A/504), amount_min/amount_max, since (approved on/after a date — the funded-to-grow trigger), business_type, franchise, lender/CDC, entity_id. Returns the borrower, address, gross approval amount, approval date/FY, NAICS, funding lender, and entity-resolved borrower. SBA public-domain records.","price_usd":0.05,"price_unit":"row","price_atomic_usdc":"50000","dataset":"sba","band":"search","input_schema":{"type":"object","properties":{"company":{"type":"string","description":"Borrower (company) name — suffix/punctuation-insensitive.","examples":["Ameripro Construction"]},"state":{"type":"string","description":"Borrower state code(s), CSV.","examples":["TX"]},"project_state":{"type":"string","description":"Project (place-of-use) state code(s), CSV.","examples":["CA"]},"naics":{"type":"string","description":"NAICS code prefix(es), CSV (e.g. 23 = construction).","examples":["236220"]},"program":{"type":"string","description":"7A = 7(a) guaranty, 504 = 504/CDC debenture.","examples":["7A"]},"amount_min":{"type":"number","description":"Minimum gross approval amount (USD).","examples":[150000]},"amount_max":{"type":"number","description":"Maximum gross approval amount (USD).","examples":[5000000]},"since":{"type":"string","description":"Approved on/after this date (YYYY-MM-DD) — the growth-capital recency window.","examples":["2025-01-01"]},"business_type":{"type":"string","description":"Business type fragment (Corporation | Individual | Partnership).","examples":["Corporation"]},"franchise":{"type":"string","description":"Franchise name fragment.","examples":["Subway"]},"lender":{"type":"string","description":"Funding lender fragment — 7(a) bank name / 504 CDC name.","examples":["Live Oak"]},"entity_id":{"type":"string","description":"Resolved borrower entity UUID (pivots to business360).","examples":["b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"]},"sort":{"type":"string","description":"approval_date | amount | company | jobs :asc|:desc. Default approval_date:desc.","examples":["amount:desc"]},"limit":{"type":"integer","description":"Max rows (default 25, cap 100).","examples":[25]},"offset":{"type":"integer","description":"Rows to skip.","examples":[0]}},"required":[]},"output_example":{"rows":[{"loan_key":"9f2c1a7b3e5d4c6a8b0f1e2d3c4b5a69","program":"7A","name":"Example Fabrication LLC","entity_id":null,"street":"100 Industrial Way","city":"Austin","state":"TX","zip":"78744","lender_name":"Example National Bank","gross_approval":750000,"sba_guaranteed_approval":562500,"approval_date":"2025-03-14","approval_fy":2025,"naics_code":"332710","naics_description":"Machine Shops","business_type":"CORPORATION","jobs_supported":12}],"total_matched":1},"license_url":"https://api.govparse.io/v1/license/sba"}]}