- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- 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
Servicos receita
Developing
POST
/api/v1/scraper/request
Last modified:2024-11-26 08:17:31
https://servicos.receita.fazenda.gov.br/servicos/cpf/consultasituacao/ConsultaPublica.asp
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.servicos.receita",
"input": {
"taxId": "xxx.xxx.xxx-xx",
"data": "xx/xx/xxxx"
},
"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.servicos.receita",
"input": {
"taxId": "xxx.xxx.xxx-xx",
"data":"xx/xx/xxxx"
},
"proxy": {
"country": "US"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Examples
{
"taxId": "xxx.xxx.xxx-xx",
"valid": true,
"createdAt": "2024-11-26T01:22:01.673748Z",
"updatedAt": "2024-11-26T01:22:01.673748Z",
"links": [
{
"name": "ConsultaPublicaExibir.html",
"url": "scrapeless.data.servicos-receita/xxx.xxx.xxx-xx/1732587654/ConsultaPublicaExibir.html",
"success": true
}
],
"pages": [
"ConsultaPublicaExibir"
],
"version": 1732587654,
"s3": "https://storage-s3.scrapeless.com/scrapeless-scraper-data/"
}
🟢201Task In Progress
🟠400Bad Request
Modified at 2024-11-26 08:17:31