# 查找美国专利侵权判例(联邦巡回法院)

**Use case:** 

检索联邦巡回上诉法院的专利侵权判例: 判决日期、引用次数与案件链接, 支持按年份筛选。出海企业与专利律师的判例调研工具。

## Input

```json
{
  "query": "patent infringement damages",
  "maxResults": 10,
  "courts": [
    "159"
  ],
  "language": "en",
  "sortByDate": false,
  "excludeCitations": false,
  "fetchCaseDetailsForResults": false
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "result_id": {
    "label": "Result ID",
    "format": "string"
  },
  "case_id": {
    "label": "Case ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "name": {
    "label": "Case Name",
    "format": "string"
  },
  "court_name": {
    "label": "Court",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "publication_info": {
    "label": "Publication Info",
    "format": "object"
  },
  "dates": {
    "label": "Dates",
    "format": "array"
  },
  "short_citations": {
    "label": "Short Citations",
    "format": "array"
  },
  "cited_cases": {
    "label": "Cited Cases",
    "format": "array"
  },
  "fetched_at": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Scholar Case Law API](https://apify.com/johnvc/google-scholar-case-law) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-scholar-case-law) to learn more, explore other use cases, and run it yourself.