- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google flights chart
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
- Async Tasks
Consopt
Developing
POST
/api/v1/scraper/request
Last modified:2024-12-04 09:57:52
https://consopt.www8.receita.fazenda.gov.br/consultaoptantes
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
taxId
string
required
proxy
object
required
country
string
required
Example
{
"actor": "scraper.consopt",
"input": {
"taxId": "xxxxxxxx"
},
"proxy": {
"country": "US"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "scraper.consopt",
"input": {
"taxId": "xxxxxxxx"
},
"proxy": {
"country": "US"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Examples
{
"taxId": "xxxxxxxxx",
"createdAt": "2024-11-26T08:30:07.140869Z",
"updatedAt": "2024-11-26T08:30:07.14087Z",
"links": [
{
"name": "ConsultarCnpj.html",
"url": "scrapeless.data.consopt/xxxxxxxxx/1732609806/ConsultarCnpj.html",
"success": true
}
],
"pages": [
"ConsultarCnpj"
],
"version": 1732609807,
"s3": "https://storage-s3.scrapeless.com/scrapeless-scraper-data/"
}
🟢201Task In Progress
🟠400Bad Request
Modified at 2024-12-04 09:57:52