B2B Tech Stack & Metadata Scraper for AI Agents
Pricing
$10.00 / 1,000 company site analyzeds
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
Maintained by CommunityActor 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
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | Array | Required | List of website URLs to analyze (e.g., https://example.com) |
extractEmails | Boolean | true | Extract email addresses found in the HTML source |
extractSocials | Boolean | true | Extract social network profile links |
discoverSubdomains | Boolean | true | Query certificate logs for subdomains |
fetchDnsRecords | Boolean | true | Perform 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:
- Add the Apify Node or an HTTP Request Node.
- Set the endpoint to:
POST https://api.apify.com/v2/acts/YOUR_APIFY_USERNAME~b2b-company-intelligence/runs?token=YOUR_APIFY_TOKEN - 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.