SEC Filing Lookup - Company Disclosure Data avatar

SEC Filing Lookup - Company Disclosure Data

Pricing

$150.00 / 1,000 charged when a startup funding intelligence scan is

Go to Apify Store
SEC Filing Lookup - Company Disclosure Data

SEC Filing Lookup - Company Disclosure Data

Research public companies using SEC filings. Find financial reports, executive documents, and disclosures.

Pricing

$150.00 / 1,000 charged when a startup funding intelligence scan is

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

Startup Funding Intelligence - SEC Form D & SBA

Replaces Crunchbase Pro using free SEC EDGAR Form D filings and SBA APIs. 5 modes: funding search, company funding history, investor activity, industry trends, and SBA loans. $0.05/query vs $348-$588/yr.

Features

  • Search SEC EDGAR Form D filings to discover startups raising capital in any sector
  • Retrieve full funding history for a company across all Form D rounds
  • Track investor and VC firm activity by analyzing their portfolio company filings
  • Identify industry-level funding trends with deal count and volume over time
  • Analyze SBA loan activity by state, industry, and company for small business intelligence

Input Parameters

ParameterTypeDescriptionDefault
modestringAnalysis mode: funding_search, company_funding, investor_activity, industry_trends, sba_loansfunding_search
companyNamestringCompany name to search or analyze
investorNamestringInvestor or VC firm name to track (e.g., 'Sequoia', 'Andreessen Horowitz')
industrystringIndustry sector for trend analysis (e.g., 'technology', 'healthcare', 'fintech')
statestringUS state abbreviation for geographic filtering
minAmountintegerMinimum offering amount in dollars (e.g., 1000000 for $1M+)
maxAmountintegerMaximum offering amount in dollars
dateFromstringStart date for filing search in YYYY-MM-DD format
dateTostringEnd date for filing search in YYYY-MM-DD format
limitintegerMaximum number of results to return (1-50)20

Output

The actor returns structured JSON data with Form D filing details, funding amounts, investor lists, industry trends, and SBA loan records.

Pricing

This actor uses pay-per-event pricing at $0.05 per successful analysis.

Usage

  1. Set your input parameters
  2. Run the actor
  3. Get results from the dataset

API Integration

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('ntriqpro/startup-funding-intelligence').call({
mode: 'investor_activity',
investorName: 'Sequoia Capital',
dateFrom: '2023-01-01',
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();

Extend this actor with the ntriqpro intelligence network:

⭐ Love it? Leave a Review

Your rating helps professionals discover this actor. Rate it here.