Hsr Search
hsr_searchSearch FTC Hart-Scott-Rodino (HSR) early-termination notices by acquirer or target company name. Matches against the notice title, which embeds both parties and the transaction number, so a partial or one-sided company/fund name finds every notice that mentions it. Use this to check "did this merger get antitrust clearance" or "has the FTC granted HSR early termination for this deal." Example: hsr_search({ party: "Blockbuster", limit: 25 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notices to return, newest first. Default 25, max 100. | |
| party | Yes | Company or fund name to search for, e.g. "Blockbuster" or "Carl C. Icahn". Matches anywhere in the notice title (as-filed legal name, so include known fund suffixes like "L.P." if a plain name misses). | |
| since | No | Optional — only return notices on or after this date, YYYY-MM-DD. | |
| _apiKey | No | Optional — your own api.data.gov key for higher limits; omit to use the shared Pipeworx key. |