patent_filings_by_ticker
Retrieve USPTO granted patents for a company by ticker, including patent details and filing dates. Filter by date range and output as JSON or CSV.
Instructions
USPTO granted patents mapped to a single ticker by corporate assignee:
{
format: "json",
ticker, name,
series: [{patent_id, patent_date, title, type, kind, num_claims,
num_cited_by, assignee_organization, assignee_type,
application_filing_date, filing_to_grant_days, inventors,
num_inventors, cpc_sections, cpc_subsections,
primary_cpc_section}, ...],
series_count, series_total
}
CSV returns the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |