# BetaList Scraper – Startup Profiles, Founders & Contacts

**Use case:** 

Scrape BetaList startups. Search/URL. Get profiles + enriched contacts (website, socials, emails, phones) in JSON for prospecting.

## Input

```json
{
  "mode": "search",
  "queries": [
    "ai"
  ],
  "boostedOnly": false,
  "urls": [
    "https://betalist.com/topics/artificial-intelligence"
  ],
  "fetchDetails": true,
  "getContacts": false,
  "maxItems": 3,
  "maxPages": 200,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "one_liner": {
    "label": "Tagline",
    "format": "text"
  },
  "url": {
    "label": "BetaList URL",
    "format": "link"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "boosted": {
    "label": "Boosted",
    "format": "boolean"
  },
  "featured_at": {
    "label": "Featured",
    "format": "text"
  },
  "topic_names": {
    "label": "Topics",
    "format": "array"
  },
  "primary_image_url": {
    "label": "Image",
    "format": "image"
  },
  "contacts": {
    "label": "Contacts",
    "format": "object"
  },
  "id": {
    "label": "ID",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [BetaList Scraper – Startup Profiles, Founders & Contacts](https://apify.com/abotapi/betalist-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/betalist-com-scraper) to learn more, explore other use cases, and run it yourself.