# Failory SaaS Startups Scraper

**Use case:** 

Scrape Failory SaaS startup profiles with names, websites, industries, headquarters, founders, funding, investors, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.failory.com/startups/united-states"
    },
    {
      "url": "https://www.failory.com/startups/saas"
    }
  ],
  "slugs": [
    "saas"
  ],
  "maxItems": 50,
  "maxPages": 3
}
```

## Output

```json
{
  "startupName": {
    "label": "Startup"
  },
  "rank": {
    "label": "Rank"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "sourcePageLabel": {
    "label": "Failory page"
  },
  "sourcePageType": {
    "label": "Page type"
  },
  "industryText": {
    "label": "Industries"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "yearFounded": {
    "label": "Founded"
  },
  "fundingAmount": {
    "label": "Funding"
  },
  "lastFundingStatus": {
    "label": "Funding status"
  },
  "startupSize": {
    "label": "Size"
  },
  "description": {
    "label": "Description"
  },
  "founders": {
    "label": "Founders"
  },
  "topInvestors": {
    "label": "Top investors"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Failory Startups Scraper](https://apify.com/automation-lab/failory-startups-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/failory-startups-scraper) to learn more, explore other use cases, and run it yourself.