Prolific Utility Patent Holders

This page is sending in a get request to the patentsview /inventors endpoint with the following parameters:
q={"patent_type":"Utility"}
&f=["inventor_id","inventor_first_name","inventor_last_name","inventor_total_num_patents","rawinventor_first_name","rawinventor_last_name"]
&s=[{"inventor_total_num_patents":"desc"}]
&o={"per_page":1}

In English that's asking for the most prolific utility patent holder. It does this by requesting utility patents sorted from high count to low limiting the search to one row (per_page attribute) with the columns specified in the "f" parameter. It asks for the raw inventor names to show what names found in patents are grouped together under the inventor_id shown.

CountFirst NameLast NameInventor IDPatent CountRaw Inventors
Requesting data from Patentsview. Results will appear here in a few seconds!
Rows returned: ?