Maddyness French Startup fundraising database
Pricing
from $0.10 / 1,000 results
Maddyness French Startup fundraising database
Retrieve information about recent French startup fundraising based on Maddyness weekly reports.
Pricing
from $0.10 / 1,000 results
Rating
0.0
(0)
Developer
Fabian Maume
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 days ago
Last modified
Categories
Share
Maddyness French Startup fundraising database return a list of French startups who recently raised funds. Data are based on weekly fundraising reports from Maddyness. You can easily filter your search by:
- sector
- announcement date range
- amount raised range.
This Actor offers 2 run modes:
- Standard run : a one-shot search from the Actor input. Matches are pushed to the run's default dataset. This run mode gives you access to all Apify native integrations.
- Standby : Simple HTTP API call. Ideal when integrating from another service or spreadsheet in near real time.
Every returned startup is billed as one pay-per-event charge: you pay for exactly what you consume, nothing else.
Why use Maddyness fundraising data?
- Use funding signal for cold outreach: Companies raising funds have more purchasing power and are therefore good targets for lead generation.
- Market research: Monitor trending startups and sectors.
How to use MaddyMoney French Startup fundraising database
Standard run (batch)
- Open the Actor's Input tab and pick your filters (any subset of sector, date range, amount range).
- Click Run. Results are stored in the run's default dataset.
- Export as JSON, CSV, HTML, or Excel from the Storage tab.
Standby API (real-time)
Simply call the API endpoint.
Filters
All filters below apply to both modes — as input fields in standard mode, as query parameters in Standby mode.
| Filter | Type | Description |
|---|---|---|
sector | string | Case-insensitive substring match on the startup's sector tag ("biotech", "greentech", "transport / logistique", ...). Leave empty for any. |
announcedAtMin | YYYY-MM-DD | Earliest fundraising announcement date (inclusive). |
announcedAtMax | YYYY-MM-DD | Latest fundraising announcement date (inclusive). |
amountEurMin | integer (EUR) | Minimum amount raised (inclusive). |
amountEurMax | integer (EUR) | Maximum amount raised (inclusive). |
defaultMaxResults (input only) | integer, 1–1000 | Default result cap. In Standby mode this is used when the caller does not pass maxResults on the query string. |
maxResults (Standby query string only) | integer, 1–1000 | Per-request cap. Charged per returned result. |
Standby example
curl -H "Authorization: Bearer $APIFY_TOKEN" \"https://<username>--maddymoney-search.apify.actor/search?sector=deeptech&announcedAtMin=2026-06-01&amountEurMin=5000000"
Response:
{"count": 3,"totalScanned": 17,"results": [{"name": "Syntetica","sector": "deeptech","amountEur": 26200000,"amountRaw": "26.2 M€","website": null,"linkedin": "https://www.linkedin.com/company/syntetica-recycle/","twitter": null,"facebook": null,"instagram": null,"tiktok": null,"youtube": null,"websiteMarkdown": null,"websiteError": null,"maddynessProfileUrl": "https://www.maddyness.com/entreprise/syntetica/","articleUrl": "https://www.maddyness.com/2026/07/17/les-startups-francaises-ont-leve-56-millions-deuros-la-semaine-derniere/","articleTitle": "Les startups françaises ont levé 56 millions d'euros la semaine dernière","announcedAt": "2026-07-17","scrapedAt": "2026-07-30T10:17:35.977Z"}]}
Errors return HTTP 400 with { "error": "<field>: <reason>" }. Missing or unreachable source dataset returns HTTP 503.
Output
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Every record ships with startup name, sector, amount raised in EUR (parsed) and raw, website, LinkedIn/Twitter/Facebook/Instagram/TikTok/YouTube URLs, the homepage converted to Markdown (websiteMarkdown), fundraising article link and title, announcement date, and scrape timestamp.
Pricing : pay per result
This Actor uses the pay-per-event pricing model. Every returned startup counts as one result event, in both standard and standby modes.
| Event | Description | Suggested price |
|---|---|---|
result | One matching startup returned | USD 0.0001 |
Tips
- Narrow filters cost less: a tight
amountEurMin/amountEurMaxrange returns fewer results, so you're billed less. maxResultsis a hard cap: set it to what you actually need, since each result is billed.- Sector is a substring:
sector=techmatchesdeeptech,greentech,biotech. Use the full tag for exact intent.
FAQ, disclaimers, and support
Can I combine filters? Yes. Any subset — even none — is accepted. All provided filters are ANDed together.
Disclaimer: This Actor exposes publicly-available French startup fundraising data collected from Maddyness. It does not extract private user data.
Feedback and bug reports go to the Issues tab on the Actor page.