import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
contactout: {
type: "app",
app: "contactout",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.contactout.com/v1/stats`,
headers: {
"token": `${this.contactout.$auth.api_key}`,
},
params: {
period: `2025-06`,
},
})
},
})
Get company profiles matching the search criteria. See the documentation
Get profiles of key decision makers within a specified company. See the documentation
Find LinkedIn profile from email address. See the documentation
Get profile details for a LinkedIn profile using either a LinkedIn URL or email address. See the documentation
Get company information from domain names. See the documentation
ContactOut uses API keys for authentication. When you connect your ContactOut account, Pipedream securely stores the keys so you can easily authenticate to ContactOut APIs in both code and no-code steps.