POST
/
pacer
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v3/pacer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "patentNumber": "6424636",
  "companyName": "<string>",
  "caseNumber": "<string>",
  "from": 0,
  "size": 10,
  "entrySize": 50
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "total": 1,
    "hits": [
      {
        "docketId": 4400908,
        "docketNumber": "1:13-cv-00116",
        "pacerCaseId": "605756",
        "caseName": "Intellectual Ventures II LLC v. AT&T Corp.",
        "court": "District Court, W.D. Texas",
        "courtId": "txwd",
        "assignedTo": "Lee Yeakel",
        "suitNature": "830 Patent",
        "jurisdiction": "Federal question",
        "status": "terminated",
        "dateFiled": "2013-02-08",
        "dateTerminated": "2017-12-15",
        "parties": [
          "Intellectual Ventures II LLC",
          "AT&T Corp.",
          "AT&T Inc."
        ],
        "patentNumbers": [
          "6424636",
          "6246695",
          "5790548",
          "7817532"
        ],
        "entryTotal": 289,
        "entries": [
          {
            "documentNumber": "1",
            "dateFiled": "Feb 8, 2013",
            "description": "COMPLAINT ( Filing fee $ 350 receipt number 0542-5257884), filed by Intellectual Ventures.",
            "documentHref": "/docket/4400908/1/intellectual-ventures-ii-llc-v-att-corp/",
            "pdfUrl": "https://storage.courtlistener.com/recap/gov.uscourts.txwd.605756.1.0.pdf",
            "patentNumbers": [
              "6424636",
              "6246695",
              "5790548"
            ]
          },
          {
            "documentNumber": "20",
            "dateFiled": "Apr 29, 2013",
            "description": "ANSWER to 1 Complaint, with Jury Demand, COUNTERCLAIM against Intellectual Ventures II LLC.",
            "documentHref": null,
            "pdfUrl": "",
            "patentNumbers": []
          }
        ]
      }
    ]
  }
}

积点消耗说明

5个/次

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.