Getting Started
Amazon Scrape API
Amazon Niche Data
Playground
- POSTAuth
- POSTAmazon Scrape API
- POSTAmazon Async API
- POSTAmazon Follow Seller API
- POSTAmazon Review API
- POSTAmazon Alexa API
- POSTAI Mode API
- POSTAI Overview SERP API
- POSTKeyword Trends API
- POSTMap Data API
- POSTMap Data Batch API
- POSTCategory Tree API
- POSTSearch Categories API
- POSTBatch Category Paths API
- POSTCategory Filter API
- POSTNiche Filter API
- POSTWIPO API
- POSTPACER API
Playground
PACER API
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": []
}
]
}
]
}
}Credit Consumption
5 Credit/Per RequestAuthorizations
Bearer token authentication
Body
application/json
Request body for the query task
The body is of type object.
Response
200 - application/json
Successful response example
The response is of type object.
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": []
}
]
}
]
}
}
