💰Company Funding Details Scraper avatar
💰Company Funding Details Scraper

Pricing

$19.00/month + usage

Go to Store
💰Company Funding Details Scraper

💰Company Funding Details Scraper

Developed by

Tech Gear

Tech Gear

Maintained by Community

✅Extract detailed company funding information.✅Access funding events, revenue, total funding, and investors.

0.0 (0)

Pricing

$19.00/month + usage

2

Total users

18

Monthly users

4

Runs succeeded

>99%

Last modified

4 months ago

🚀 Company Funding Details Scraper

Easily extract detailed funding information about companies, including their latest funding rounds, total funding, investors, and more. The Company Funding Details Scraper gives you a comprehensive view of a company's financial journey, all in one place.

✨ Features

  • 🔎 Detailed Funding Events: Access a company's funding history, including funding rounds, amounts, investors, and dates.
  • 📊 Financial Metrics:
    • Total funding amount.
    • Annual revenue and formatted values for clear analysis.
  • 🏢 Company Summary: Provides key company details such as industry, employee count, founding year, and social media links.
  • 🌐 Intelligent Domain Parsing: Supports various formats of input such as https://amazon.com, amazon.com, or www.amazon.com. Automatically normalizes and extracts the main domain.

🛠️ How It Works

  1. 🔗 Enter Domain or Website URL:

    • Provide the company’s domain or website URL in any standard format. The scraper will extract the main domain automatically.
  2. 📊 Funding Insights:

    • Fetch detailed insights into funding events, including amounts raised, funding sources, and much more.
  3. 🏁 View and Use Your Data:

    • Well-structured JSON output ready to integrate into your analytics tools or business workflows.

📋 Sample Output

Here’s an example of the structured response you’ll receive:

{
"name": "OpenAI",
"website": "http://www.openai.com",
"industry": "research",
"employees_count": 5700,
"linkedin": "http://www.linkedin.com/company/openai",
"founded_year": 2015,
"annual_revenue": 3400000000,
"annual_revenue_formatted": "3.4B",
"total_funding": 26100000000,
"total_funding_formatted": "26.1B",
"latest_funding_round_date": "2024-11-01T00:00:00.000+00:00",
"latest_funding_stage": "Other",
"funding_events": [
{
"date": "2024-11-01T00:00:00.000+00:00",
"news_url": null,
"type": "Venture (Round not Specified)",
"investors": "CoreNest Capital",
"currency": "$"
},
{
"date": "2024-11-01T00:00:00.000+00:00",
"news_url": null,
"type": "Other",
"investors": "SoftBank",
"amount": "1.5B",
"currency": "$"
},
{
"date": "2024-10-01T00:00:00.000+00:00",
"news_url": null,
"type": "Other",
"investors": "Thrive Capital, Microsoft, Khosla Ventures, Fidelity Investments, Nvidia, Tiger Global Management, Altimeter Capital, SoftBank Group, MGX, Coatue",
"amount": "6.6B",
"currency": "$"
},
{
"date": "2024-10-01T00:00:00.000+00:00",
"news_url": null,
"type": "Other",
"investors": "Thrive Capital, Microsoft, Khosla Ventures, Fidelity Investments, Nvidia, Tiger Global Management, Altimeter Capital, SoftBank Group, MGX, Coatue",
"amount": "6.6B",
"currency": "$"
},
{
"date": "2024-04-01T00:00:00.000+00:00",
"news_url": null,
"type": "Venture (Round not Specified)",
"investors": "ARK Venture Fund",
"currency": "$"
},
{
"date": "2023-04-01T00:00:00.000+00:00",
"news_url": null,
"type": "Venture (Round not Specified)",
"investors": "Tiger Global Management, LLC, Sequoia Capital, Andreessen Horowitz, Thrive Capital, K2 Global, Founders Fund, Flourish Ventures",
"amount": "300M",
"currency": "$"
},
{
"date": "2023-01-01T00:00:00.000+00:00",
"news_url": null,
"type": "Other",
"investors": "Microsoft",
"amount": "10B",
"currency": "$"
},
{
"date": "2021-05-01T00:00:00.000+00:00",
"news_url": null,
"type": "Other",
"investors": "",
"amount": "100M",
"currency": "$"
},
{
"date": "2019-07-22T00:00:00.000+00:00",
"news_url": "https://techcrunch.com/2019/07/22/microsoft-invests-1-billion-in-openai-in-new-multiyear-partnership/",
"type": "Other",
"investors": "Microsoft Corporation",
"amount": "1B",
"currency": "$"
}
]
}