company_domainstring · optionalValue supplied for company domain.
minLength: 1 · maxLength: 253
Loading tools…
LeadMagic
Retrieves a list of employees from a company using either domain or company name
Retrieves a list of employees from a company using either domain or company name Request one bounded result or page using the documented fields. Pagination is explicit: follow-up pages require another run. The catalog price is the maximum per request; the upfront quote reflects the selected limits. Completed requests cost that quote, including valid empty pages and no-match answers. Supplier waivers do not change the customer price. Failed requests are uncharged. Results contain reviewed business data and available pagination. The worked example shows selected fields from a recorded response, with at most the first item of each list.
Agents select this operation with tool ID leadmagic.employee-finder, then check its current inputs and price before a run.
company_domainstring · optionalValue supplied for company domain.
minLength: 1 · maxLength: 253
company_namestring · optionalValue supplied for company name.
minLength: 1 · maxLength: 500
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 20
dataobjectReturned data value.
paginationobjectReturned pagination value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
{
"tool_id": "leadmagic.employee-finder",
"input": {
"limit": 1,
"company_domain": "leadmagic.io"
}
}{
"data": {
"data": [
{
"title": "Founder",
"website": "leadmagic.io",
"headline": "Founder at LeadMagic | Building API-first AI enrichment, workflows, and GTM infrastructure",
"full_name": "Jesse Ouellette",
"last_name": "Ouellette",
"first_name": "Jesse",
"profile_url": "https://www.linkedin.com/in/jesseoue",
"company_name": "Leadmagic",
"country_code": "US"
}
],
"total_count": 1
},
"pagination": {
"total_count": 1
}
}invalid_input: The lookup fields or limits are invalid.example: {"company_domain":"leadmagic.io","limit":1}upstream_error: The provider could not complete a verified result; the wallet was not charged.Check the documented fields and contact Scrollport support with the run ID if needed.