📇 Lead Generation

Extract Leads From Any Website

Company info, contact details, tech stacks — extracted and structured as JSON. Build your sales pipeline without manual research.

Start Free → API Docs

What you can extract

🏢

Company Data

Company name, description, industry, employee count, funding, tech stack — from any company website or directory listing.

📧

Contact Information

Emails, phone numbers, social profiles, team pages — structured and deduplicated from websites and directories.

🏷️

Product Intelligence

Features, pricing, integrations, reviews — from competitor websites, G2, Capterra, and other review platforms.

📰

News & Signals

Funding announcements, hiring pages, press releases — buying signals that indicate a company is ready to purchase.

⚙️

Tech Stack Detection

Identify what tools and technologies a company uses. Target prospects who use complementary products.

📊

Directory Scraping

Extract structured listings from directories, marketplaces, and review sites at scale.

From URL to structured lead in one API call

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": "..."}
# }

Build your pipeline faster

100 free extractions per month. No credit card required.

Get Free API Key →