Company Funding Activities avatar
Company Funding Activities

Pricing

$50.00 / 1,000 results

Go to Store
Company Funding Activities

Company Funding Activities

Developed by

Pratik Dani

Pratik Dani

Maintained by Community

Get complete funding information of a company

0.0 (0)

Pricing

$50.00 / 1,000 results

1

Total users

26

Monthly users

3

Runs succeeded

>99%

Last modified

2 months ago

Interested in using this scraper? Get it here: Company Funding Activities. Scrape Funding Activities of a company and extract funding information in bulk.

Features

Data Export and Integration: Once the scraping process is complete, you can easily export the extracted data in various formats such as JSON, CSV, or Excel. You can select the fields you want, allowing for seamless integration with other tools and platforms for further analysis and utilization.

Automatic Retry and Error Handling: In case of temporary issues like network failures or timeouts, the actor has built-in automatic retry functionality. It intelligently handles errors to ensure a smooth and uninterrupted scraping experience.

Ability to Resume Last Failed Runs: In case of unexpected errors, you can simply go to the actor's last run page and click on the 'Resurrect' button to resume the last scraping progress.

Sample Output

Here is a sample output of this actor:

1{
2  "domain": "openai.com",
3  "funding_activities": [
4    {
5      "currency": "USD",
6      "date": "2023-01-23",
7      "investment_type": "corporate_round",
8      "investment_value": 10000000000,
9      "investment_value_usd": 10000000000,
10      "lead_investors": []
11    },
12    {
13      "currency": "USD",
14      "date": "2023-04-28",
15      "investment_type": "series_unknown",
16      "investment_value": 300000000,
17      "investment_value_usd": 300000000,
18      "lead_investors": []
19    },
20    {
21      "currency": null,
22      "date": "2021-01-01",
23      "investment_type": "secondary_market",
24      "investment_value": 0,
25      "investment_value_usd": 0,
26      "lead_investors": []
27    },
28    {
29      "currency": "USD",
30      "date": "2019-07-23",
31      "investment_type": "corporate_round",
32      "investment_value": 1000000000,
33      "investment_value_usd": 1000000000,
34      "lead_investors": []
35    },
36    {
37      "currency": "USD",
38      "date": "2016-08-22",
39      "investment_type": "pre_seed",
40      "investment_value": 120000,
41      "investment_value_usd": 120000,
42      "lead_investors": []
43    },
44    {
45      "currency": null,
46      "date": "2019-03-11",
47      "investment_type": "seed",
48      "investment_value": 0,
49      "investment_value_usd": 0,
50      "lead_investors": []
51    }
52  ],
53  "linkedin_url": "https://www.linkedin.com/company/openai"
54}

Output Data Documentation

Here is the JSON fields documentation without including the sample values:

  • domain (string): The domain of the company.
  • funding_activities (list): A list of funding activities of the company.
  • linkedin_url (string): The LinkedIn URL of the company.