B2B Tech Stack & Metadata Scraper for AI Agents avatar

B2B Tech Stack & Metadata Scraper for AI Agents

Pricing

$10.00 / 1,000 company site analyzeds

Go to Apify Store
B2B Tech Stack & Metadata Scraper for AI Agents

B2B Tech Stack & Metadata Scraper for AI Agents

Extract rich firmographic data, contact info, technology stacks, and DNS/mail provider infrastructure from any company website in seconds. Designed specifically for AI Agents, n8n / Make workflows, and MCP (Model Context Protocol) integrations.

Pricing

$10.00 / 1,000 company site analyzeds

Rating

0.0

(0)

Developer

llio masta

llio masta

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

B2B Company Intelligence & Lead Enrichment Scraper

Extract rich firmographic data, contact info, technology stacks, and DNS/mail provider infrastructure from any company website in seconds.

Designed specifically for AI Agents, n8n / Make workflows, and MCP (Model Context Protocol) integrations.

🌟 Key Features

  • Tech Stack Detection: Identifies CMS, Analytics, Payment Gateways, CRM, and Frontend frameworks (WordPress, Shopify, Next.js, Stripe, HubSpot, etc.).
  • Contact & Social Extraction: Scrapes direct emails and social profile links (LinkedIn, Twitter/X, GitHub, Facebook, Instagram).
  • Domain OSINT & Subdomains: Discovers active subdomains via public SSL certificate transparency logs.
  • Infrastructure Analysis: Identifies primary mail providers (Google Workspace vs. Microsoft 365) and SPF/DMARC security configurations.
  • LLM & Agent Ready: Clean, structured JSON output ready for prompt context injection.

📥 Input Parameters

ParameterTypeDefaultDescription
startUrlsArrayRequiredList of website URLs to analyze (e.g., https://example.com)
extractEmailsBooleantrueExtract email addresses found in the HTML source
extractSocialsBooleantrueExtract social network profile links
discoverSubdomainsBooleantrueQuery certificate logs for subdomains
fetchDnsRecordsBooleantruePerform DNS lookup to detect mail infrastructure

📤 Output Example

{
"domain": "stripe.com",
"url": "[https://stripe.com](https://stripe.com)",
"scrapedAt": "2026-04-15T10:30:00.000Z",
"metadata": {
"title": "Stripe | Financial Infrastructure for the Internet",
"description": "Stripe powers online and in-person payment processing..."
},
"contacts": {
"emails": ["support@stripe.com", "info@stripe.com"],
"socials": {
"linkedin": "[https://www.linkedin.com/company/stripe](https://www.linkedin.com/company/stripe)",
"twitter": "[https://twitter.com/stripe](https://twitter.com/stripe)",
"github": "[https://github.com/stripe](https://github.com/stripe)"
}
},
"techStack": ["React", "Next.js", "Google Analytics"],
"infrastructure": {
"subdomainsCount": 14,
"subdomains": ["api.stripe.com", "dashboard.stripe.com", "docs.stripe.com"],
"dns": {
"mailProvider": "Google Workspace",
"hasSPF": true
}
}
}

⚡ Integrations

1. n8n Integration

To use this Actor inside n8n:

  1. Add the Apify Node or an HTTP Request Node.
  2. Set the endpoint to: POST https://api.apify.com/v2/acts/YOUR_APIFY_USERNAME~b2b-company-intelligence/runs?token=YOUR_APIFY_TOKEN
  3. Pass the payload:
    {
    "startUrls": [{ "url": "={{ $json.company_url }}" }]
    }

2. Model Context Protocol (MCP) / Claude Desktop Setup

Connect this scraper directly to your AI agents using Apify's official MCP server. Add the following to your claude_desktop_config.json:

{
"mcpServers": {
"apify": {
"command": "npx",
"args": [
"-y",
"@apify/mcp-server",
"--apify-token",
"YOUR_APIFY_TOKEN"
]
}
}
}

Once connected, ask Claude:

"Analyze company.com and tell me if they are using Shopify and Google Workspace."


💰 Pricing Model

This Actor operates on a Pay Per Event (PPE) pricing model:

  • $0.01 per company domain analyzed
  • No monthly subscription fees — pay only for what you extract.

🛠️ Support & Feature Requests

If you encounter any issues or need custom data extraction fields, open an issue in the Issues tab or contact the developer via the Apify console.