# Recent SEC Schedule 13G filings scraper

**Use case:** 

Extract recent SEC Schedule 13G passive ownership filings, holders, shares, percentages, CUSIPs, and source links.

## Input

```json
{
  "filingUrls": [
    {
      "url": "https://www.sec.gov/Archives/edgar/data/2014982/000121390026018524/primary_doc.xml"
    }
  ],
  "quarters": [
    "2026/QTR3"
  ],
  "includeAmendments": true,
  "maxItems": 10,
  "userAgent": "Automation Lab SEC Schedule 13G research support@automation-lab.ai",
  "requestDelayMillis": 200
}
```

## Output

```json
{
  "filingDate": {
    "label": "Filed",
    "format": "date"
  },
  "issuerName": {
    "label": "Issuer"
  },
  "issuerCik": {
    "label": "Issuer CIK"
  },
  "formType": {
    "label": "Form"
  },
  "amendmentNumber": {
    "label": "Amendment #"
  },
  "cusip": {
    "label": "CUSIP"
  },
  "securityClass": {
    "label": "Security class"
  },
  "eventDate": {
    "label": "Event date"
  },
  "reportingPersons": {
    "label": "Reporting persons",
    "format": "object"
  },
  "accessionNumber": {
    "label": "Accession"
  },
  "documentUrl": {
    "label": "Document",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Schedule 13G Passive Ownership Scraper](https://apify.com/automation-lab/sec-schedule-13g-passive-ownership-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-schedule-13g-passive-ownership-scraper) to learn more, explore other use cases, and run it yourself.