The data platform for the digital age! The best data on the market in an ethical and transparent way.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
bigdatacorp: {
type: "app",
app: "bigdatacorp",
}
},
async run({steps, $}) {
const data = {
"q": `doc{007.408.869-67}`,
"Datasets": `registration_data`,
}
return await axios($, {
method: "post",
url: `https://plataforma.bigdatacorp.com.br/pessoas`,
headers: {
"Accept": `application/json`,
"AccessToken": `${this.bigdatacorp.$auth.access_token}`,
"TokenId": `${this.bigdatacorp.$auth.token_id}`,
},
data,
})
},
})
Returns the available data for a Zipcode number according to the selected dataset. See the documentation
Returns the available data for a CNPJ number according to the selected dataset. See the documentation
Returns the available data for a CPF number according to the selected dataset. See the documentation
BigDataCorp uses API keys for authentication. When you connect your BigDataCorp account, Pipedream securely stores the keys so you can easily authenticate to BigDataCorp APIs in both code and no-code steps.
To create your Token ID and Token Key,