curl --request POST \
--url https://api.workfloo.ws/v0/companies/contacts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "https://workfloows.com"
}
'{
"response": {
"success": true
},
"results": {
"domain": "workfloows.com",
"company": {
"name": "Workfloows",
"description": "Workfloows is focused on workflow automation and building internal tools with low-code software. The company provides advanced and customized solutions for web scraping, AI/LLM workflows, and system integrations."
},
"contacts": [
{
"type": "email",
"value": "[email protected]",
"source_url": "https://workfloows.com"
}
],
"addresses": [],
"people": [
{
"name": "Oskar",
"title": "Automation Developer",
"department": null,
"contacts": [
{
"type": "email",
"value": "[email protected]",
"source_url": "https://workfloows.com"
}
],
"location": null,
"linkedin": "https://www.linkedin.com/in/oskarkramarz/",
"source_url": "https://workfloows.com"
}
],
"socials": [
{
"platform": "YouTube",
"url": "https://www.youtube.com/@workfloows"
},
{
"platform": "LinkedIn",
"url": "https://www.linkedin.com/in/oskarkramarz/"
},
{
"platform": "X",
"url": "https://twitter.com/workfloows"
}
]
}
}Target URL to scrape (including protocol)
"https://workfloows.com"
Successful response
Show child attributes
The domain of the company
List of company addresses
Show child attributes
The type of address (e.g., headquarters, branch)
The full raw address as found
Structured address fields
The URL where the address was found
List of people associated with the company
Show child attributes
The person's name
The person's job title
The person's department
The person's location
The person's LinkedIn profile URL
The URL where the person was found
Was this page helpful?
curl --request POST \
--url https://api.workfloo.ws/v0/companies/contacts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "https://workfloows.com"
}
'{
"response": {
"success": true
},
"results": {
"domain": "workfloows.com",
"company": {
"name": "Workfloows",
"description": "Workfloows is focused on workflow automation and building internal tools with low-code software. The company provides advanced and customized solutions for web scraping, AI/LLM workflows, and system integrations."
},
"contacts": [
{
"type": "email",
"value": "[email protected]",
"source_url": "https://workfloows.com"
}
],
"addresses": [],
"people": [
{
"name": "Oskar",
"title": "Automation Developer",
"department": null,
"contacts": [
{
"type": "email",
"value": "[email protected]",
"source_url": "https://workfloows.com"
}
],
"location": null,
"linkedin": "https://www.linkedin.com/in/oskarkramarz/",
"source_url": "https://workfloows.com"
}
],
"socials": [
{
"platform": "YouTube",
"url": "https://www.youtube.com/@workfloows"
},
{
"platform": "LinkedIn",
"url": "https://www.linkedin.com/in/oskarkramarz/"
},
{
"platform": "X",
"url": "https://twitter.com/workfloows"
}
]
}
}