# SEC IPO Event Intelligence (`rigelbytes/ipo-events-api`) Actor

Monitors SEC EDGAR for IPO filings and converts them into structured business events, with optional AI company overviews.

- **URL**: https://apify.com/rigelbytes/ipo-events-api.md
- **Developed by:** [Rigel Bytes](https://apify.com/rigelbytes) (community)
- **Categories:** Integrations, News, MCP servers
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.40 / 1,000 company infos

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## SEC IPO Event Intelligence

Monitor the SEC EDGAR system for IPO filings and convert them into structured business events — IPO Submitted, IPO Updated, IPO Approved, IPO Priced, and more — with human-readable summaries, company metadata, and optional AI-powered company intelligence, for just **$2 per 1,000 IPO events** (data items) — **$20 per 1,000** when AI company overviews are enabled.

***

### What can SEC IPO Event Intelligence do for you?

- **Track the IPO pipeline in real time** — Discover S-1, F-1, and related filings as they land on EDGAR, organized by unified business events instead of raw form codes.
- **Get structured, not raw** — Every filing becomes a JSON record with company name, ticker, CIK, event type, lifecycle stage, summary, filing URL, and document links — ready for dashboards, databases, and alerts.
- **Filter by company, keyword, or time range** — Search for specific companies ("OpenAI", "Stripe"), sectors ("biotech", "AI"), or monitor all IPO activity within a date window.
- **Enrich with AI company overviews** — Optionally generate structured business intelligence per filing: business model, products, competitors, revenue, growth strategy, use of proceeds, and risks — powered by LLM analysis of the prospectus.
- **Integrate via API, webhook, or dataset** — Consume results as JSON, CSV, or Excel, or trigger programmatically via the Apify API with Python, JavaScript, or cURL.

### What data can you extract?

| Field | Description |
|-------|-------------|
| 🔖 **eventId** | Unique event identifier (provider + accession + form) |
| 📌 **eventType** | Unified business event: `IPO_SUBMITTED`, `IPO_UPDATED`, `IPO_APPROVED`, `IPO_PRICED`, `IPO_WITHDRAWN` |
| 📰 **eventTitle** | Human-readable event label |
| 📝 **summary** | One-sentence plain-English summary (e.g. "Acme Inc. officially entered the IPO process.") |
| 🏢 **companyName** | Issuer company name |
| 📈 **ticker** | Stock ticker symbol |
| 🔑 **cik** | SEC Central Index Key |
| 🗓️ **occurredAt** | Filing date |
| 📄 **formType** | SEC form type (S-1, S-1/A, EFFECT, 424B4, etc.) |
| 🔗 **filingUrl** | Link to the SEC filing page |
| 📎 **documentUrl** | Link to the primary document (PDF preferred) |
| 🏠 **businessLocation** | Company business location |
| 📍 **businessState** | Company business state |
| 💡 **aiOverview** | (Optional) Structured AI company overview with executive summary, business model, products, competitors, revenue, risks, and more |

### Why use this scraper?

- 📊 **IPO Research & Pipeline Analysis** — Build a clean, queryable database of every company entering the public markets through the SEC registration process.
- 🔔 **Automated IPO Monitoring** — Set up recurring runs to watch for new filings, amendments, effectiveness notices, and pricing events — no more manual EDGAR browsing.
- 🧠 **AI-Powered Company Intelligence** — Let LLMs read each prospectus and produce structured summaries of business model, revenue model, competitive positioning, and use of proceeds.
- 🔄 **CRM & Database Enrichment** — Feed structured IPO events into your CRM, data warehouse, or investment thesis tracking system via API or dataset export.

### Pricing

- **$2/1,000 IPO events** (dataset items), **$20/1,000** AI company overviews
- Apify platform plan discounts apply (Bronze -10%, Silver -20%, Gold -30%)
- No hidden fees or limits on usage.

***

### How to use SEC IPO Event Intelligence

1. **Create a free Apify account** at [console.apify.com](https://console.apify.com).
2. **Open the actor** at [apify.com/rigelbytes/ipo-events-api](https://apify.com/rigelbytes/ipo-events-api).
3. **Configure your input** — set a date range, optional search queries, select form types, and toggle AI overviews on/off.
4. **Run the actor** — it discovers matching SEC filings and returns structured event records.
5. **Download the dataset** as JSON, CSV, Excel, or HTML, or call the API from your own code.

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `searchQueries` | `string[]` | Optional | Company names or keywords (e.g. "OpenAI", "biotech"). Empty = monitor all IPO filings. |
| `formTypes` | `string[]` | Optional | SEC form types to monitor. Defaults cover the full S-1/F-1 lifecycle. |
| `daysBack` | `integer` | Optional | Lookback days when `dateFrom` is not set (default: 30, min: 1). |
| `dateFrom` | `string` | Optional | Inclusive start date (YYYY-MM-DD). Overrides `daysBack`. |
| `dateTo` | `string` | Optional | Inclusive end date (YYYY-MM-DD). Defaults to today (UTC). |
| `maxCompanies` | `integer` | Optional | Max unique companies (by CIK) to process (0 = unlimited, default: 20). |
| `maxItems` | `integer` | Optional | Max IPO events to return (0 = unlimited, default: 50). |
| `enableAiOverview` | `boolean` | Optional | Generate AI company overview per filing (billed separately, default: false). |
| `aiCustomPrompt` | `string` | Optional | Custom instructions for the AI overview (default: built-in company intelligence prompt). |
| `proxyConfiguration` | `object` | Optional | Apify Proxy settings (residential recommended for reliable SEC access). |

#### 📝 Copy for Use:

```json
{
  "searchQueries": [],
  "formTypes": ["S-1", "S-1/A", "F-1", "F-1/A", "424B4", "EFFECT", "RW"],
  "daysBack": 30,
  "maxCompanies": 5,
  "maxItems": 20,
  "enableAiOverview": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

### Output

![SEC IPO Event Intelligence](https://github.com/faizanalii/apify-images/blob/main/SEC%20IPO%20Event%20Intelligence.gif?raw=true)

### Why Choose This Scraper?

- **Affordable**: Pay only $2 per 1,000 IPO events; AI company overviews at $20 per 1,000 — with Apify plan discounts available.
- **Comprehensive**: Covers the full S-1/F-1 filing lifecycle — submissions, amendments, effectiveness, pricing, prospectuses, and withdrawals — in one unified event model.
- **Easy to Use**: Configure in minutes via the Apify Console with no coding required. All fields have sensible defaults.
- **Reliable**: Uses SEC EDGAR Full-Text Search (EFTS) API with residential proxy support for dependable access.

### Recommended Proxy Providers

- ## **Shifter**

  - Reliable residential proxies all over the world.
  - Cheap rates
  - [Order Shifter Now](https://shifter.io/r/YoBB/order)
  - Get 10% Off any product, use coupan `rigelbytes-YoBB`.

- ## **OxyLabs**

  - **100M+ Proxies**
  - Fastest proxies in the market
  - Real profile, human-like Residential IPs
  - Quality assurance framework for most reliable IPs
  - [Get Proxies](https://oxylabs.go2cloud.org/aff_c?offer_id=7\&aff_id=1366\&url_id=7)

- ## **DataImpulse**

  - Covers **200+ Counties**
  - Reliable Residential Proxies for just $1/GB
  - [Get Residential Proxies](https://dataimpulse.com/?aff=89421)

### [![Learn More About Proxies](https://img.shields.io/badge/Learn_More-About_Proxies-blue?style=for-the-badge)](#understanding-proxies)

### 🙌 Why Buy Through Our Affiliate Link?

- Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
- Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
- No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

#### Running via Apify Console

You can run this actor from the Apify Console by providing the necessary input parameters.

#### Running via API

You can trigger this actor using the Apify API, passing the required input in the request body.

### API Examples

#### Python

```shell
from apify_client import ApifyClient

client = ApifyClient("YOUR-APIFY-TOKEN")

run_input = {
    "daysBack": 30,
    "enableAiOverview": True,
    "formTypes": ["S-1", "S-1/A", "F-1", "F-1/A", "424B4", "EFFECT", "RW"],
    "maxCompanies": 5,
    "maxItems": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
}

run = client.actor("rigelbytes/ipo-events-api").call(run_input=run_input)
dataset_items = client.dataset(run["defaultDatasetId"]).list_items().items
```

#### JavaScript

```shell
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR-APIFY-TOKEN' });

const runInput = {
    daysBack: 30,
    enableAiOverview: true,
    formTypes: ["S-1", "S-1/A", "F-1", "F-1/A", "424B4", "EFFECT", "RW"],
    maxCompanies: 5,
    maxItems: 20,
    proxyConfiguration: {
        useApifyProxy: true,
        apifyProxyGroups: ["RESIDENTIAL"]
    }
};

const run = await client.actor("rigelbytes/ipo-events-api").call(runInput);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
```

#### cURL

```shell
curl -X POST "https://api.apify.com/v2/acts/rigelbytes~ipo-events-api/runs?token=YOUR-APIFY-TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "daysBack": 30,
    "enableAiOverview": true,
    "formTypes": ["S-1", "S-1/A", "F-1", "F-1/A", "424B4", "EFFECT", "RW"],
    "maxCompanies": 5,
    "maxItems": 20,
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"]
    }
  }'
```

### 🚀 Other Tools by Rigel Bytes

Explore **121** more scraping tools by Rigel Bytes, organized by use case:

#### 📱 Social Media

Scrape Instagram, TikTok, LinkedIn, and more for content research and marketing intelligence.

- **[Export Instagram Reels](https://apify.com/rigelbytes/export-instagram-reels)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Facebook Ads Scraper](https://apify.com/rigelbytes/facebook-ads-scraper)** — Extract posts, profiles, and engagement data from Facebook for content research, influencer tracking, and marketing analytics.
- **[Instagram Analytics Tool](https://apify.com/rigelbytes/instagram-analytics-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Comment Scraper](https://apify.com/rigelbytes/instagram-comment-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Creator Stats](https://apify.com/rigelbytes/instagram-creator-stats)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Engagement Tool](https://apify.com/rigelbytes/instagram-engagement-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Post Scraper](https://apify.com/rigelbytes/instagram-post-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[instagram-posts](https://apify.com/rigelbytes/instagram-posts)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Profile Scraper](https://apify.com/rigelbytes/instagram-profile-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Reel Scraper](https://apify.com/rigelbytes/instagram-reel-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[linkedin-company-details](https://apify.com/rigelbytes/linkedin-company-details)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Linkedin Company Scraper](https://apify.com/rigelbytes/linkedin-company-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Job Scraper](https://apify.com/rigelbytes/linkedin-job-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Profile Scraper](https://apify.com/rigelbytes/linkedin-profile-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Scrape Instagram Creators](https://apify.com/rigelbytes/scrape-instagram-creators)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Tiktok Comment Scraper](https://apify.com/rigelbytes/tiktok-comment-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Creator Stats](https://apify.com/rigelbytes/tiktok-creator-stats)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Engagement Rate](https://apify.com/rigelbytes/tiktok-engagement-rate)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[TikTok Profile Scraper](https://apify.com/rigelbytes/tiktok-profile-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[YouTube Comment Scraper](https://apify.com/rigelbytes/youtube-comment-scraper)** — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.

#### 🏠 Real Estate

Extract property listings, prices, and agent data from top real estate platforms.

- **[Aengevelt Scraper — German Real Estate Property Listings](https://apify.com/rigelbytes/aengevelt-scraper)** — Extract property listings from Aengevelt Immobilien. Get pricing, location, contact data, and images from Germany's...
- **[Airbnb Address Finder](https://apify.com/rigelbytes/airbnb-address-finder)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Availability Calendar](https://apify.com/rigelbytes/airbnb-availability-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Detailed Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-detailed-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Images Downloader](https://apify.com/rigelbytes/airbnb-images-downloader)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing](https://apify.com/rigelbytes/airbnb-listing)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing Urls](https://apify.com/rigelbytes/airbnb-listing-urls)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Property Details](https://apify.com/rigelbytes/airbnb-property-details)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Reviews](https://apify.com/rigelbytes/airbnb-reviews)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Aqar.fm Scraper — النسخة العربية](https://apify.com/rigelbytes/aqar-fm-scraper)** — Scrapes Saudi real estate listings from aqar.fm via Next.js RSC search API. Supports Arabic search paths, start...
- **[Asunnot Oikotie.fi Real Estate Scraper](https://apify.com/rigelbytes/asunnot-oikotie-fi)** — Scrape Finnish property listings from asunnot.oikotie.fi by location, filters, or search/listing URLs. Optionally...
- **[Bayut Scraper](https://apify.com/rigelbytes/bayut-scraper)** — Scrape property listings and market data from Bayut for market research, price monitoring, and investment analysis.
- **[BNP Paribas Real Estate Scraper](https://apify.com/rigelbytes/bnppre-scraper)** — Scrape commercial property listings from BNP Paribas Real Estate (bnppre.de) — offices, retail, industrial, and...
- **[Boliga Denmark Real Estate Scraper](https://apify.com/rigelbytes/boliga-dk-scraper)** — Scrape property listings from Boliga.dk (Denmark). Search by zip code, free text, or result URLs. Optionally fetch...
- **[Boligsiden.dk Scraper](https://apify.com/rigelbytes/boligsiden-dk-scraper)** — Scrape Danish real estate listings from Boligsiden.dk — for sale, sold, and rental properties with pricing, details,...
- **[CBRE Scraper — Extract German Commercial Property Listings](https://apify.com/rigelbytes/cbre-scraper)** — Scrape commercial real estate letting listings from CBRE Germany (cbre.de). Office & industrial property data for...
- **[Colliers Scraper — German Commercial Property Listings](https://apify.com/rigelbytes/colliers-scraper)** — Extract commercial property listings from Colliers.de — offices, industrial, retail & logistics with pricing, map...
- **[Daft.ie Property Scraper](https://apify.com/rigelbytes/daft-ie-scraper)** — Scrapes property listings from Daft.ie including residential, rental, commercial, and new homes across Ireland.
- **[DAHLER Real Estate Scraper — German Property Listings API](https://apify.com/rigelbytes/dahler-scraper)** — Extract buy and rent property listings from DAHLER Immobilien across Germany, Austria, and Spain. Get prices,...
- **[dubai-listing-scraper](https://apify.com/rigelbytes/dubai-listing-scraper)** — Extract unlimited property listings from Bayut.com — the UAE's largest real estate platform. Get detailed property...
- **[Etuovi.com Real Estate Scraper](https://apify.com/rigelbytes/etuovi-scraper)** — Scrape Finnish property listings from Etuovi.com by search location, filters, or search/listing URLs. Optionally...
- **[Export Airbnb Calendar](https://apify.com/rigelbytes/export-airbnb-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Funda Netherlands Real Estate Scraper](https://apify.com/rigelbytes/funda-nl-scraper)** — Scrape property listings from Funda.nl — the largest real estate platform in the Netherlands. Supports buy and rent,...
- **[Furnished Finder Fast](https://apify.com/rigelbytes/furnished-finder-fast)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Extract Furnished Finder Hosts](https://apify.com/rigelbytes/furnished-finder-hosts)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[FurnishedFinder](https://apify.com/rigelbytes/furnishedfinder)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[German Real Estate MCP](https://apify.com/rigelbytes/german-realestate-mcp)** — MCP server for German real estate — 14 Rigel Bytes scrapers (ImmoScout24, Immowelt, Kleinanzeigen, RE/MAX, CBRE,...
- **[GrandCityProperty Scraper — Extract German Rental Listings](https://apify.com/rigelbytes/grandcityproperty)** — Extract rental property listings from GrandCityProperty.de — prices, floor plans, energy data, and contact details....
- **[Grossmann Berger Scraper — German Real Estate Listings](https://apify.com/rigelbytes/grossmann-berger-scraper)** — Extract property listings, prices, agent contacts, and images from grossmann-berger.de. From $2/1,000 listings....
- **[Hemnet.se Scraper - Swedish Real Estate Listings](https://apify.com/rigelbytes/hemnet-se-scraper)** — Scrape property listings from Hemnet.se including for-sale, upcoming, and sold homes. Search by URL or location...
- **[home.dk Real Estate Scraper](https://apify.com/rigelbytes/home-dk-scraper)** — Scrape Danish property listings from home.dk by search location, filters, or search/listing URLs. Optionally enrich...
- **[Immobiliare Italy Real Estate Scraper](https://apify.com/rigelbytes/immobiliare-it-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24](https://apify.com/rigelbytes/immobilienscout24)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24-scraper](https://apify.com/rigelbytes/immobilienscout24-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immoweb Scraper - Belgium Property Listings](https://apify.com/rigelbytes/immoweb-scraper)** — Scrapes property listings from Immoweb.be. Supports search result extraction with optional property detail enrichment.
- **[Immowelt Property Scraper](https://apify.com/rigelbytes/immowelt-property-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Immowelt Scraper](https://apify.com/rigelbytes/immowelt-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[JLL Property Scraper — Extract Commercial Investment Listings](https://apify.com/rigelbytes/jll-scraper)** — Scrape commercial and investment property data from JLL Germany (gewerbeimmobilien.jll.de and invest.jll.com)....
- **[Land.com Agents Scraper](https://apify.com/rigelbytes/landdotcom-agents)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Land.com Scraper](https://apify.com/rigelbytes/landdotcom-scraper)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Nybolig Denmark Real Estate Scraper](https://apify.com/rigelbytes/nybolig-dk-scraper)** — Scrape property listings from Nybolig.dk (Denmark). Search by zip code, free text, filters, or result/listing URLs....
- **[Outdoorsy Scraper](https://apify.com/rigelbytes/outdoorsy-scraper)** — Scrape property listings and market data from Outdoorsy for market research, price monitoring, and investment analysis.
- **[PropertyFinder Eygpt](https://apify.com/rigelbytes/propertyfinder-eygpt)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[Propertyfinder Scraper](https://apify.com/rigelbytes/propertyfinder-scraper)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[Realtor.com Agent Scraper](https://apify.com/rigelbytes/realtor-agent-scraper)** — Scrape real estate agents from Realtor.com by city or ZIP code. Optionally fetch full agent profiles and reviews via...
- **[Realtor.com Scraper](https://apify.com/rigelbytes/realtor-scraper)** — Scrape Realtor.com property listings with full search filters via GraphQL. Supports price, beds/baths, property...
- **[Redfin Scraper](https://apify.com/rigelbytes/redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[RE/MAX Germany Scraper](https://apify.com/rigelbytes/remax-scraper)** — Scrapes residential and commercial real estate listings from remax.de by German Bundesland. Extracts prices, areas,...
- **[Rent.com Scraper](https://apify.com/rigelbytes/rent-com-scraper)** — Scrape rental listings from rent.com — search by location query or URL. Extracts property details, photos, floor...
- **[Rightmove Scraper](https://apify.com/rigelbytes/rightmove-scraper)** — Scrape property listings and market data from Rightmove for market research, price monitoring, and investment analysis.
- **[RVshare Scraper](https://apify.com/rigelbytes/rvshare-scraper)** — Scrape property listings and market data from RVshare for market research, price monitoring, and investment analysis.
- **[Savills Property Scraper — Extract Listings by Location](https://apify.com/rigelbytes/savills-scraper)** — Scrape residential and commercial property listings from Savills by city. Get prices, addresses, sizes, bedrooms,...
- **[Unlimited Redfin Scraper](https://apify.com/rigelbytes/unlimited-redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Wüstenrot Immobilien Scraper — German Property Listings API](https://apify.com/rigelbytes/wuestenrot-immobilien)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Zillow Detail Scraper](https://apify.com/rigelbytes/zillow-detail-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zillow Scraper](https://apify.com/rigelbytes/zillow-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zoopla Scraper](https://apify.com/rigelbytes/zoopla-scraper)** — Scrape property listings and market data from Zoopla for market research, price monitoring, and investment analysis.

#### ✈️ Travel & Hospitality

Monitor rentals, bookings, and travel listings at scale.

- **[Autotrader Scraper](https://apify.com/rigelbytes/autotrader-scraper)** — Scrapes car listings from Autotrader.com with advanced search filters, pagination, and detailed vehicle data.
- **[CarMax Scraper](https://apify.com/rigelbytes/carmax-scraper)** — Scrapes used car listings from CarMax.com with search URL, zip code filtering, and pagination support.
- **[Cars.com Scraper](https://apify.com/rigelbytes/cars-scraper)** — Scrapes car listings from Cars.com using their GraphQL API. Extracts detailed vehicle data including price, specs,...
- **[Cars & Bids Scraper](https://apify.com/rigelbytes/carsandbids-scraper)** — Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and...
- **[Ticketmaster Scraper](https://apify.com/rigelbytes/ticketmaster-scraper)** — Collect rental and travel listings from Ticketmaster for pricing intelligence and availability tracking.

#### 🛒 E-commerce

Scrape products, prices, and marketplace data for competitive research.

- **[Amazon Product Scraper](https://apify.com/rigelbytes/amazon-product-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[Amazon Search Scraper](https://apify.com/rigelbytes/amazon-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[AutoScout24 Scraper](https://apify.com/rigelbytes/autoscout24-scraper)** — Scrape car listings from AutoScout24 with full filter support. Extract makes, models, prices, mileage, seller info,...
- **[Best Buy Product Scraper](https://apify.com/rigelbytes/best-buy-scraper)** — Scrape Best Buy US and Canada products by search query, category URL, or SKU. Optionally enrich each item with full...
- **[Daraz](https://apify.com/rigelbytes/daraz)** — Scrape products, prices, and seller data from Daraz for competitor monitoring, pricing, and product research.
- **[Etsy Scraper](https://apify.com/rigelbytes/etsy-scraper)** — Scrape products, prices, and seller data from Etsy for competitor monitoring, pricing, and product research.
- **[Homedepot Scraper](https://apify.com/rigelbytes/homedepot-scraper)** — HomeDepot Products Scraper lets you extract product data from homedepot.com using a collection URL and delivery ZIP....
- **[Kleinanzeigen Scraper](https://apify.com/rigelbytes/kleinanzeigen-scraper)** — Scrape listings from kleinanzeigen.de — search results and detail pages for any category (electronics, vehicles,...
- **[Otodom Scraper - Polish Real Estate Listings](https://apify.com/rigelbytes/otodom-scraper)** — Scrapes property listings from Otodom.pl, Poland's leading real estate marketplace. Supports filters for transaction...

#### 💼 Jobs & Recruitment

Collect job listings and company hiring data for market analysis.

- **[StepStone Jobs Scraper — Extract German/DACH Job Listings](https://apify.com/rigelbytes/stepstone-jobs-scraper)** — Scrape thousands of job listings from StepStone (DE, AT, BE, NL) with salary, skills, remote status & more. From...
- **[Upwork Jobs Scraper](https://apify.com/rigelbytes/upwork-jobs-scraper)** — Scrapes Upwork freelance job listings by keyword with full search filters (sort, experience, job type, budget,...
- **[ZipRecruiter Job Scraper](https://apify.com/rigelbytes/ziprecruiter-scraper)** — Scrape job listings from ZipRecruiter with search queries, locations, and radius filters. Extracts title, company,...

#### 📩 Lead Generation

Find business contacts, leads, and company data for sales and outreach.

- **[Booli.se Scraper](https://apify.com/rigelbytes/booli-se-scraper)** — Scrapes Swedish real estate listings from Booli.se — for sale, sold prices, and new construction. Supports search...
- **[Company Service Finder](https://apify.com/rigelbytes/company-service-finder)** — The Company Service Finder uses AI to extract and analyze company services from Google Search & Maps. Get detailed...
- **[Doctify Scraper](https://apify.com/rigelbytes/doctify-scraper)** — Doctify Scraper lets you extract doctor and practice data from doctify.com using a search results URL. Collect...
- **[Doctolib Scraper](https://apify.com/rigelbytes/doctolib-scraper)** — Scrape doctor profiles, availability, and practice details from Doctolib.de — Germany's largest medical appointment...
- **[FindLaw Law Firm Scraper - Attorney & Law Firm Data Extraction](https://apify.com/rigelbytes/findlaw-scraper)** — Scrape law firm profiles from FindLaw.com. Extract detailed attorney and firm information including contact details,...
- **[Finn.no Real Estate Scraper](https://apify.com/rigelbytes/finn-no-scraper)** — Scrape Norwegian real-estate listings from Finn.no with search URL or filter-based discovery, optional full details...
- **[Google Maps Scraper](https://apify.com/rigelbytes/google-maps-scraper)** — Find business leads and contact details from Google Maps for outbound sales, prospecting, and CRM enrichment.
- **[Krogsveen.no Real Estate Scraper](https://apify.com/rigelbytes/krogsveen-no-scraper)** — Scrape Norwegian real-estate listings from Krogsveen.no with search URL or filter-based discovery, optional full...
- **[LeadRocks Scraper](https://apify.com/rigelbytes/leadrocks-scraper)** — Export filtered B2B leads from the LeadRocks dataset by category, state, job title, company, and industry. Free...
- **[Website Services Finder](https://apify.com/rigelbytes/website-services-finder)** — Automatically extract and analyze company services from any business website using advanced AI. Choose from 5 AI...
- **[Zillow Agents](https://apify.com/rigelbytes/zillow-agents)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Phone](https://apify.com/rigelbytes/zillow-agents-phone)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Vault](https://apify.com/rigelbytes/zillow-agents-vault)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.

#### ⭐ Reviews & Ratings

Monitor reviews and reputation data across review platforms.

- **[Airbnb Listing Reviews](https://apify.com/rigelbytes/airbnb-listing-reviews)** — Collect reviews and ratings from Airbnb for reputation monitoring and customer insights.
- **[BBB Scraper](https://apify.com/rigelbytes/bbb-scraper)** — Collect reviews and ratings from BBB for reputation monitoring and customer insights.
- **[Costco Product Scraper](https://apify.com/rigelbytes/costco-scraper)** — Scrapes product data from Costco.com including prices, descriptions, ratings, and availability. Supports search...
- **[HRS Hotel Reviews Scraper](https://apify.com/rigelbytes/hrs-hotel-reviews-scraper)** — Extract hotel details, room offers, and guest reviews from HRS hotel URLs.
- **[HRS Hotel Scraper](https://apify.com/rigelbytes/hrs-scraper)** — Scrapes hotel listings, prices, ratings, and amenities from HRS (hrs.com) by location and travel dates.
- **[Rottentomatoes Reviews Scraper](https://apify.com/rigelbytes/rottentomatoes-reviews-scraper)** — Collect reviews and ratings from Rotten Tomatoes for reputation monitoring and customer insights.
- **[Trustpilot Reviews Scraper](https://apify.com/rigelbytes/trustpilot-reviews)** — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.
- **[Yelp Scraper](https://apify.com/rigelbytes/yelp-scraper)** — Scrape Yelp business listings by search term, category, location, or URL. Optional full business details with phone,...

#### 🍔 Food & Delivery

Extract restaurant, grocery, and delivery platform data.

- **[Instacart Scraper](https://apify.com/rigelbytes/instacart-scraper)** — Scrape menus, stores, and delivery data from Instacart for data-driven research and automation.
- **[Lidl Product Scraper](https://apify.com/rigelbytes/lidl-scraper)** — Scrape Lidl supermarket products across Europe by search query or category/product URL. Optionally enrich each item...
- **[Publix Scraper](https://apify.com/rigelbytes/publix-scraper)** — Scrape menus, stores, and delivery data from Publix for data-driven research and automation.

#### 🛠️ Developer Tools

General-purpose scraping and automation tools.

- **[EU Tenders Scraper](https://apify.com/rigelbytes/eu-tenders-scraper)** — Scrape EU public procurement notices from TED (Tenders Electronic Daily) with advanced search filters,...
- **[Web Crawler](https://apify.com/rigelbytes/webcrawler)** — This web crawler is designed to provide users with complete flexibility by allowing them to use their \*\*own...

### Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

#### Why Use Proxies?

- Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
- Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
- Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

#### Types of Proxies

1. Residential Proxies
   - Real IP addresses provided by ISPs to home users.
   - They mimic regular users, making them harder to detect.
   - Best for: Long-term, undetectable scraping, and avoiding blocks.
2. Data Center Proxies
   - IP addresses from servers in data centers.
   - Faster and cheaper than residential proxies but easier to detect and block.
   - Best for: High-speed scraping, but with a higher risk of detection.
3. Mobile Proxies
   - IPs provided by mobile carriers (3G/4G/5G networks).
   - Very difficult to detect, as they appear as regular mobile users.
   - Best for: Mobile-related scraping or avoiding sophisticated blocks.

#### Rotating Proxies vs. Straight Proxies

- Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
- Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

### About Rigel Bytes

Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.

### Contact Us

Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or [book an appointment](https://cal.com/faizanali/appointments) with us to learn more about how we can help you achieve your data goals.

### Detailed Data

```json
[
  {
    "eventId": "sec:0001234567-26-000001:S-1",
    "eventType": "IPO_SUBMITTED",
    "eventTitle": "IPO Submitted",
    "summary": "Acme Technologies Inc. officially entered the IPO process.",
    "lifecycleStage": "application_submitted",
    "occurredAt": "2026-07-28",
    "provider": "sec",
    "companyName": "Acme Technologies Inc.",
    "cik": "0001234567",
    "ticker": "ACME",
    "formType": "S-1",
    "accessionNumber": "0001234567-26-000001",
    "businessLocation": "CA",
    "documentFormat": "pdf",
    "url": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000001/acme_s1.htm",
    "documentUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000001/acme_s1.htm",
    "filingUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000001/",
    "sourceQuery": null,
    "aiOverviewStatus": "disabled"
  },
  {
    "eventId": "sec:0001234567-26-000002:S-1/A",
    "eventType": "IPO_UPDATED",
    "eventTitle": "IPO Updated",
    "summary": "Acme Technologies Inc. amended its IPO registration (response to SEC comments).",
    "lifecycleStage": "filing_amended",
    "occurredAt": "2026-07-29",
    "provider": "sec",
    "companyName": "Acme Technologies Inc.",
    "cik": "0001234567",
    "ticker": "ACME",
    "formType": "S-1/A",
    "accessionNumber": "0001234567-26-000002",
    "businessLocation": "CA",
    "documentFormat": "pdf",
    "url": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000002/acme_s1a.htm",
    "documentUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000002/acme_s1a.htm",
    "filingUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000002/",
    "sourceQuery": "artificial intelligence",
    "aiOverviewStatus": "ok",
    "aiOverview": {
      "executiveSummary": "Acme Technologies develops AI-powered supply chain optimization software for enterprise logistics providers...",
      "businessModel": "SaaS subscription with tiered pricing based on transaction volume",
      "productsAndServices": ["Supply Chain Optimizer", "Demand Forecasting API"],
      "industryAndSector": {
        "industry": "Enterprise Software",
        "sector": "Technology",
        "marketCategory": "Supply Chain Management",
        "tags": ["AI", "logistics", "SaaS"]
      },
      "revenueModel": ["subscription"],
      "competitivePosition": {
        "competitors": ["Blue Yonder", "Kinaxis"],
        "positioning": "AI-first approach differentiates from legacy optimization providers",
        "differentiators": ["Real-time ML-based demand sensing"],
        "advantages": ["Proprietary dataset of 10B+ supply chain transactions"]
      },
      "growthStrategy": ["Expand into mid-market", "International expansion in APAC"],
      "useOfIpoProceeds": ["R&D for new AI models", "Sales team expansion"],
      "keyMetrics": {
        "revenue": 45200000,
        "revenueGrowth": "67% YoY",
        "netIncome": -8200000,
        "employees": 340,
        "customers": 120,
        "marketsServed": "North America, Europe"
      },
      "plainEnglishSummary": "Acme Technologies makes AI software that helps companies manage their supply chains more efficiently...",
      "sourceDocumentUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000123456726000002/acme_s1a.htm",
      "chunksAnalyzed": 14,
      "contextChars": 42800
    }
  }
]
```

# Actor input Schema

## `searchQueries` (type: `array`):

Optional company names or keywords (e.g. "OpenAI", "biotech", "artificial intelligence"). Leave empty to monitor all IPO-related filings in the date range.

## `formTypes` (type: `array`):

IPO-related SEC forms to monitor. Defaults cover S-1/F-1 lifecycle, prospectuses, effectiveness, and withdrawals.

## `daysBack` (type: `integer`):

Look back this many days from dateTo when dateFrom is not set.

## `dateFrom` (type: `string`):

Inclusive start date (YYYY-MM-DD). Overrides daysBack when set.

## `dateTo` (type: `string`):

Inclusive end date (YYYY-MM-DD). Defaults to today (UTC).

## `maxCompanies` (type: `integer`):

Maximum number of unique companies (by CIK) to process (0 = unlimited). Useful when you want to check N companies regardless of how many filings each has.

## `maxItems` (type: `integer`):

Maximum IPO events/filings to return (0 = unlimited). Applied together with Max Companies — the run stops when either limit is reached.

## `enableAiOverview` (type: `boolean`):

When enabled, each processed filing is analyzed to produce a structured company overview (business model, products, risks, proceeds, metrics, and more). Billed as the ai-company-overview event per enriched filing. Optionally customize the analysis with Custom AI Prompt below.

## `aiCustomPrompt` (type: `string`):

Optional. Your own instructions for the AI overview (e.g. focus on risks, competitors, or a specific industry angle). Leave empty to use the built-in company intelligence prompt.

## `proxyConfiguration` (type: `object`):

Apify Proxy settings. Residential recommended for reliable SEC access.

## Actor input object example

```json
{
  "searchQueries": [],
  "formTypes": [
    "S-1",
    "S-1/A",
    "F-1",
    "F-1/A",
    "424B4",
    "EFFECT",
    "RW"
  ],
  "daysBack": 30,
  "dateFrom": "2026-06-01",
  "dateTo": "2026-07-30",
  "maxCompanies": 5,
  "maxItems": 20,
  "enableAiOverview": false,
  "aiCustomPrompt": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `events` (type: `string`):

Dataset of structured IPO business events (and optional AI overviews)

## `runStats` (type: `string`):

Aggregate run statistics including event counts and AI overview counts

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [],
    "formTypes": [
        "S-1",
        "S-1/A",
        "F-1",
        "F-1/A",
        "424B4",
        "EFFECT",
        "RW"
    ],
    "maxCompanies": 5,
    "maxItems": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rigelbytes/ipo-events-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": [],
    "formTypes": [
        "S-1",
        "S-1/A",
        "F-1",
        "F-1/A",
        "424B4",
        "EFFECT",
        "RW",
    ],
    "maxCompanies": 5,
    "maxItems": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rigelbytes/ipo-events-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [],
  "formTypes": [
    "S-1",
    "S-1/A",
    "F-1",
    "F-1/A",
    "424B4",
    "EFFECT",
    "RW"
  ],
  "maxCompanies": 5,
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call rigelbytes/ipo-events-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=rigelbytes/ipo-events-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/sN22fcEzFpLgQ45AS/builds/9EO4EDXptw9U29apR/openapi.json
