SEC 13F Manager Quarterly Report Scraper avatar

SEC 13F Manager Quarterly Report Scraper

Pricing

from $1.05 / 1,000 scraped holdings

Go to Apify Store
SEC 13F Manager Quarterly Report Scraper

SEC 13F Manager Quarterly Report Scraper

SEC 13F Manager Quarterly Report Scraper gets 13f.info holdings for a manager and quarter. Export symbols, issuers, CUSIPs, values, shares, CIK, accession, and report links for research or audit workflows.

Pricing

from $1.05 / 1,000 scraped holdings

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

📊 SEC 13F Manager Quarterly Report Scraper

SEC 13F Manager Quarterly Report Scraper gets the holdings table for one investment manager and one quarter from 13f.info. It saves one Apify dataset item per holding, with the security, issuer, CUSIP, value, shares, portfolio percent, manager CIK, accession number, and source report link ready for export or API use.

📦 Returned data

Each dataset item is one holding from the selected manager-quarter report. Fields can be null when the source report does not expose that value.

  • managerName and managerCik identify the manager used for the report.
  • reportPeriod, filingAccessionNumber, and reportUrl make each row traceable to the source report.
  • sourceRowNumber keeps the holding order from the source table.
  • symbol, issuerName, securityClass, and cusip identify the reported security.
  • valueUsdThousands, portfolioPercent, shares, principal, and optionType carry the holding facts shown by 13f.info.

The Actor does not add investment advice, analyst ratings, AI summaries, or guessed values. It keeps missing source fields empty.

▶️ How to run

  1. Open the Actor input.
  2. Add Manager name, for example Berkshire Hathaway Inc.
  3. Add Quarter, for example Q2 2024.
  4. Start the Actor.
  5. Open the dataset and export JSON, CSV, Excel, XML, RSS, or HTML, or read the rows through the Apify API.

Use the manager name as it appears on 13f.info. If a manager or quarter does not have a matching report, the run finishes without saving placeholder rows or charging for nonexistent holdings.

⚙️ Input

{
"managerName": "Berkshire Hathaway Inc",
"quarter": "Q2 2024"
}

quarter must use the Qn YYYY format, such as Q1 2025 or Q4 2023.

🧾 Output example

{
"managerName": "Berkshire Hathaway Inc",
"managerCik": "0001067983",
"reportPeriod": "2024-06-30",
"filingAccessionNumber": "0000950123-24-008740",
"reportUrl": "https://13f.info/13f/000095012324008740-berkshire-hathaway-inc-q2-2024",
"sourceRowNumber": 1,
"symbol": "AAPL",
"issuerName": "APPLE INC",
"securityClass": "COM",
"cusip": "037833100",
"valueUsdThousands": 84248000,
"portfolioPercent": 30.1,
"shares": 400000000,
"principal": null,
"optionType": null
}

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each successful holding saved to the dataset. Invalid manager names, unavailable quarters, empty outcomes, and failed source lookups do not create holding rows and are not charged as holding results.

🔌 Integrations

  • Call the Actor through the Apify API from scripts, apps, or internal tools.
  • Schedule repeat runs for recurring manager-quarter checks.
  • Export datasets as CSV, JSON, Excel, XML, RSS, or HTML.
  • Send finished runs to webhooks or other Apify integrations.
  • Load saved rows into spreadsheets, warehouses, dashboards, or review workflows.

❓ FAQ

Can I search by ticker instead of manager?

No. This Actor is built for one manager and one quarter per run. Use a manager name that appears on 13f.info.

What quarter format should I use?

Use Qn YYYY, such as Q2 2024. The input accepts Q1, Q2, Q3, or Q4 plus a four-digit year.

Does the Actor need SEC credentials, a 13f.info account, cookies, or an API key?

No. The run uses public 13f.info pages and data. You only need your normal Apify account to run the Actor.

Why not use the 13f.info API?

13f.info is the source surface for this Actor, but users still get Apify features around the data: a structured dataset, exports, API access, schedules, webhooks, and run history.

What are 13f.info alternatives?

Alternatives include SEC EDGAR filings directly, WhaleWisdom, SEC filing data providers, or broader 13F tracking tools. This Actor stays focused on the 13f.info manager-quarter report workflow and returns one row per holding.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

🔗 Other actors

Made with ❤️ by Maxime Dupré