# TinySeed Portfolio Company Scraper

**Use case:** 

Scrape TinySeed portfolio companies with cohorts, locations, categories, descriptions, logos, websites, and portfolio profile links.

## Input

```json
{
  "startUrl": "https://tinyseed.com/portfolio/",
  "cohorts": [],
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Website",
    "format": "link"
  },
  "cohort": {
    "label": "Cohort",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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