# Failory Startup Market Map Workflow

**Use case:** 

Build startup market maps from Failory across countries and sectors with funding, headquarters, founders, investors, and profile links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.failory.com/startups/united-states"
    },
    {
      "url": "https://www.failory.com/startups/saas"
    }
  ],
  "slugs": [
    "artificial-intelligence",
    "fintech",
    "united-kingdom",
    "united-states"
  ],
  "maxItems": 200,
  "maxPages": 8
}
```

## 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.