✦ Now in private beta

Give your AI agents the context they need — instantly.

URLmind turns any business URL into a structured company profile. JSON, CLAUDE.md, or MCP config — ready for your AI pipeline in ~30 seconds.

POST /v1/research
# 1. Submit a URL
curl -X POST https://api.urlmind.com/v1/research \
  -H "Authorization: Bearer rk_..." \
  -d '{"url": "https://acme.com"}'

# → returns job_id immediately

# 2. Poll for result
curl https://api.urlmind.com/v1/research/{job_id} \
  -H "Authorization: Bearer rk_..."

# → structured profile in ~30s
{
  "name": "Acme Corp",
  "contact": {...},
  "hours": {...},
  "services": [...]
}
The Problem

AI agents are flying blind.

Before they can help, they need to understand who they're dealing with. Right now, they get nothing useful.

Without URLmind

Your agent fetches a business URL and gets 50,000 tokens of raw HTML — nav links, ads, boilerplate. No structure. No confidence. It hallucinates the rest.

With URLmind

One API call returns a clean, structured profile: business name, hours, services with prices, review scores, locations, brand voice, and contact info. No noise. Ready to use.

How it works

URL in. Structured context out.

Three steps. No scraping infra to maintain. No prompt engineering. Just data.

01

POST your URL

Send any business URL to POST /v1/research. URLmind accepts websites, Google Maps links, or just a domain. Get a job_id back immediately.

02

We do the work

URLmind crawls the site, enriches with Google Places, and extracts structured data using Claude AI — hours, services, prices, reviews, team, brand voice, and more.

03

Get your profile

Poll GET /v1/research/{job_id} or use a webhook. Download the result as JSON, CLAUDE.md, or MCP config — ready to drop into your pipeline.

Output Formats

Three formats. One API call.

Use whichever format fits your stack — or all three.

{
  "name": "Stripe",
  "legal_name": "Stripe, LLC",
  "domain": "stripe.com",
  "founding_year": 2010,
  "company_size": "8000+ employees",
  "industry": ["Financial Services", "Payment Processing", "Fintech"],
  "description": "Global financial infrastructure platform that enables businesses of all sizes to accept payments, manage billing, and access financial services.",
  "contact": {
    "email": "sales@stripe.com",
    "address": { "city": "New York", "state": "NY", "country": "USA" },
    "social": { "twitter": "https://twitter.com/stripe", "linkedin": "https://linkedin.com/company/stripe" }
  },
  "services": [
    { "name": "Payment Processing", "category": "Core Services", "price": { "amount": 0.30, "currency": "USD", "unit": "per transaction" } },
    { "name": "Radar Fraud Screening", "category": "Fraud Prevention", "price": { "amount": 0.07, "currency": "USD", "unit": "per screened transaction" } },
    { "name": "Stripe Terminal", "category": "Hardware", "price": { "amount": 79, "currency": "USD" } }
  ],
  "brand_voice": {
    "tagline": "Financial infrastructure to grow your revenue",
    "tone": ["Professional", "Technical", "Aspirational"],
    "unique_selling_points": [
      "135+ currencies, 100+ payment methods, 195+ countries",
      "99.999% historical uptime",
      "AI-powered fraud prevention trained on $1.4T in transactions"
    ]
  },
  "metadata": {
    "confidence_scores": {
      "overall": 0.88,
      "services": 0.97,
      "brand": 0.95,
      "contact": 0.90
    },
    "extraction_model": "claude-haiku-4-5-20251001",
    "sources": ["website", "google_places"]
  },
  "research_status": "complete"
}
# Stripe

> Auto-generated company context by URLmind
> Confidence: 90%

## Overview
Stripe is a financial services platform that provides payment processing,
billing, and financial infrastructure for businesses of all sizes. Enables
online and in-person payments, subscription management, and embedded
financial services in 195+ countries.

- **Website:** https://stripe.com
- **Industry:** Financial Services, Payment Processing, Fintech
- **Founded:** 2010  |  **Size:** 8000+ employees
- **Legal Name:** Stripe, LLC

## Contact Information
- **Email:** sales@stripe.com
- **Address:** 28 Liberty St, New York, NY 10005, USA
- **LinkedIn:** linkedin.com/company/stripe
- **Twitter:** twitter.com/stripe

## Services & Pricing
- **Payment Processing** — $0.30 per transaction
- **Instant Payout** — $1.00 per payout
- **Radar Fraud Screening** — $0.07 per screened transaction
- **3D Secure** — $0.04 per transaction
- **Stripe Terminal (hardware)** — $79.00

## Brand Voice & Messaging
- **Tagline:** "Financial infrastructure to grow your revenue"
- **Tone:** Professional, Confident, Forward-thinking, Technical
- **Key Messages:**
  - From your first transaction to your billionth
  - Building economic infrastructure for the internet
  - Global GDP running on Stripe
- **USPs:**
  - 135+ currencies, 100+ payment methods, 195+ countries
  - 99.999% historical uptime
  - AI-powered fraud prevention trained on $1.4T in transactions

## Competitive Positioning
- **Market Position:** Leader in global financial infrastructure
- **Key Differentiators:**
  - 50% of Fortune 100 companies rely on Stripe
  - $1.9T in payment volume processed in 2025
  - Comprehensive suite: payments, billing, issuing, fraud, automation

## Agent Instructions
You represent Stripe. Maintain a professional, technical tone.
Answer questions about services, pricing, and integrations only.
Refer enterprise inquiries to sales@stripe.com.

---
*Generated by URLmind | Confidence: 90% | Sources: website, google_places*
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@urlmind/mcp-server",
        "--company-id",
        "cmp_stripe_8f3a2d"
      ],
      "env": {
        "URLMIND_API_KEY": "rk_••••••••••••••••"
      },
      "metadata": {
        "name": "Stripe",
        "domain": "stripe.com",
        "confidence": 0.90,
        "last_updated": "2026-04-03T17:08:19Z"
      }
    }
  }
}
Use Cases

Built for any pipeline.

URLmind is the data layer. You decide what to build with it.

🤖

AI Agent Onboarding

Before your agent calls a prospect, give it the company's full context — services, hours, location, and brand voice. No hallucination. No wasted turns.

📊

CRM Enrichment

Pipe any lead URL through URLmind and auto-populate your CRM with structured business data. No manual research. No outdated fields.

🔍

Lead Intelligence

Build outbound workflows that understand your prospects before you reach out — what they sell, how they position, where they operate.

🧩

MCP Context Layer

Drop the MCP config into Claude Desktop or any agent runtime. Your AI instantly knows everything about the business — no setup, no scraping.

Pricing

Pay per research job.

One credit = one company profile. No seat fees. No hidden costs.

✦ Early access pricing — rates locked in for founding members at launch.

Free

$0/mo
3 credits/month
  • JSON export
  • CLAUDE.md export (watermarked)
  • MCP config
  • Google Places enrichment
  • API access
  • Extra credits
  • Webhooks
Join waitlist

Build

$19/mo
20 credits/month · $1.50/extra
  • JSON export
  • CLAUDE.md export
  • MCP config
  • Google Places enrichment
  • API access
  • Extra credits available
  • Webhooks
Join waitlist

Agency

$149/mo
250 credits/month · $0.75/extra
  • JSON export
  • CLAUDE.md export
  • MCP config
  • Google Places enrichment
  • API access
  • Extra credits available
  • Webhooks
  • Priority support
  • Early access to new features
Join waitlist

Be first to access URLmind.

Early access opens Q2 2026. We're onboarding in batches — move up by referring others.

First 100 developers get 1 free month on Build or Scale at launch.