# Assignor Name USPTO Patent Assignments

**Use case:** 

Extract USPTO Patent Assignments data filtered by Assignor Name. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchField": "AssignorName",
  "searchQuery": "Apple",
  "sortField": "RecordedDate",
  "sortOrder": "desc"
}
```

## Output

```json
{
  "reelFrame": {
    "label": "Reel/Frame",
    "format": "text"
  },
  "conveyanceText": {
    "label": "Conveyance",
    "format": "text"
  },
  "recordedDate": {
    "label": "Recorded",
    "format": "date"
  },
  "executionDate": {
    "label": "Executed",
    "format": "date"
  },
  "executionDates": {
    "label": "Execution dates"
  },
  "assignees": {
    "label": "Assignees",
    "format": "object"
  },
  "assigneeAddresses": {
    "label": "Assignee Addresses",
    "format": "object"
  },
  "assigneeCountries": {
    "label": "Countries",
    "format": "object"
  },
  "assignors": {
    "label": "Assignors",
    "format": "object"
  },
  "assignorExecutionDates": {
    "label": "Assignor execution dates"
  },
  "patentNumbers": {
    "label": "Patents",
    "format": "object"
  },
  "applicationNumbers": {
    "label": "Applications",
    "format": "object"
  },
  "publicationNumbers": {
    "label": "Publications",
    "format": "object"
  },
  "inventionTitles": {
    "label": "Titles",
    "format": "object"
  },
  "filingDates": {
    "label": "Filed",
    "format": "object"
  },
  "publicationDates": {
    "label": "Published",
    "format": "object"
  },
  "correspondentName": {
    "label": "Correspondent",
    "format": "text"
  },
  "correspondentAddress": {
    "label": "Correspondent Address",
    "format": "text"
  },
  "attorneyDocketNumber": {
    "label": "Docket No.",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USPTO Patent Assignments Scraper](https://apify.com/parseforge/uspto-patent-assignments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uspto-patent-assignments-scraper) to learn more, explore other use cases, and run it yourself.