# English Welcome to the Jungle Companies

**Use case:** 

Extract Welcome to the Jungle Companies data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "fintech",
  "maxItems": 10,
  "locale": "en"
}
```

## Output

```json
{
  "logoUrl": {
    "label": "🖼️ Logo",
    "format": "image"
  },
  "name": {
    "label": "🏢 Name",
    "format": "text"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "sector": {
    "label": "🏭 Sector",
    "format": "text"
  },
  "headcount": {
    "label": "👥 Headcount",
    "format": "text"
  },
  "hqCity": {
    "label": "📍 HQ City",
    "format": "text"
  },
  "country": {
    "label": "🌎 Country",
    "format": "text"
  },
  "openJobs": {
    "label": "💼 Open Jobs",
    "format": "number"
  },
  "foundedYear": {
    "label": "📅 Founded",
    "format": "number"
  },
  "websiteUrl": {
    "label": "🌐 Website",
    "format": "link"
  },
  "url": {
    "label": "🔗 WTTJ URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Welcome to the Jungle Companies Scraper](https://apify.com/parseforge/welcometothejungle-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/welcometothejungle-companies-scraper) to learn more, explore other use cases, and run it yourself.