Company info, contact details, tech stacks — extracted and structured as JSON. Build your sales pipeline without manual research.
Start Free → API DocsCompany name, description, industry, employee count, funding, tech stack — from any company website or directory listing.
Emails, phone numbers, social profiles, team pages — structured and deduplicated from websites and directories.
Features, pricing, integrations, reviews — from competitor websites, G2, Capterra, and other review platforms.
Funding announcements, hiring pages, press releases — buying signals that indicate a company is ready to purchase.
Identify what tools and technologies a company uses. Target prospects who use complementary products.
Extract structured listings from directories, marketplaces, and review sites at scale.
import requests
# Extract company intel from any website
result = requests.post(
"https://api.mantisapi.com/v1/extract",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"url": "https://targetcompany.com/about",
"prompt": "Extract: company name, description, industry, "
"employee count estimate, founding year, "
"contact email, phone, social media links"
}
).json()
# Returns structured JSON:
# {
# "company_name": "Acme Corp",
# "description": "Enterprise SaaS for supply chain...",
# "industry": "Supply Chain Software",
# "employee_count": "50-200",
# "founding_year": 2019,
# "contact_email": "hello@acmecorp.com",
# "phone": "+1-555-0123",
# "social": {"linkedin": "...", "twitter": "..."}
# }
100 free extractions per month. No credit card required.
Get Free API Key →