# Relocate Python Visa Jobs

**Use case:** 

Get structured data for relocate python visa jobs with Relocate Me Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    "https://relocate.me/search?query=python"
  ],
  "keyword": "python",
  "maxResults": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Relocate.me Jobs Scraper - Visa Tech Jobs](https://apify.com/benthepythondev/relocate-me-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/relocate-me-jobs-scraper) to learn more, explore other use cases, and run it yourself.