# Stripe Payments & Fintech Job Listings

**Use case:** 

Find jobs in payments and fintech that mention Stripe. Get details like employer, contract type, remote policy, salary hints, and apply links.

## Input

```json
{
  "searchType": "jobs",
  "siteLanguage": "en",
  "keywords": "stripe payments fintech",
  "company": "gitguardian",
  "location": "Paris, France",
  "searchRadius": "",
  "country": "",
  "remote": [],
  "contractType": [],
  "workingLanguage": [],
  "jobCategory": "",
  "jobSubCategory": "",
  "jobRole": "",
  "sectors": [
    "tech-1",
    "banking-insurance-finance"
  ],
  "subIndustry": [],
  "experienceLevel": "",
  "educationLevel": "",
  "companySize": "",
  "companyLabels": [],
  "companyCommitments": [],
  "salaryMin": 45000,
  "salaryMax": 80000,
  "postedWithinDays": 30,
  "sortBy": "relevance",
  "startUrl": "",
  "maxItems": 50,
  "includeFullDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "object_id": {
    "label": "Object Id",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "wk_reference": {
    "label": "Wk Reference",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract Type",
    "format": "text"
  },
  "contract_duration_minimum": {
    "label": "Contract Duration Minimum",
    "format": "text"
  },
  "contract_duration_maximum": {
    "label": "Contract Duration Maximum",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "has_remote": {
    "label": "Has Remote",
    "format": "boolean"
  },
  "experience_level_minimum": {
    "label": "Experience Level Minimum",
    "format": "number"
  },
  "has_experience_level_minimum": {
    "label": "Has Experience Level Minimum",
    "format": "boolean"
  },
  "education_level": {
    "label": "Education Level",
    "format": "text"
  },
  "has_education_level": {
    "label": "Has Education Level",
    "format": "boolean"
  },
  "salary_minimum": {
    "label": "Salary Minimum",
    "format": "number"
  },
  "salary_maximum": {
    "label": "Salary Maximum",
    "format": "number"
  },
  "salary_yearly_minimum": {
    "label": "Salary Yearly Minimum",
    "format": "number"
  },
  "salary_currency": {
    "label": "Salary Currency",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Welcome to the Jungle Jobs Scraper - From $0.5/1K 💰](https://apify.com/azzouzana/welcome-to-the-jungle-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/welcome-to-the-jungle-jobs-scraper) to learn more, explore other use cases, and run it yourself.