# 💼 CV-Library UK Jobs in Texas

**Use case:** 

Find and extract 💼 CV-Library UK Jobs in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "developer",
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image Url",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "employer": {
    "label": "🏢 Employer",
    "format": "text"
  },
  "salary": {
    "label": "💰 Salary",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "contractType": {
    "label": "📝 Contract Type",
    "format": "text"
  },
  "url": {
    "label": "🔗 Url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [💼 CV-Library UK Jobs Scraper](https://apify.com/parseforge/cv-library-uk-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cv-library-uk-jobs-scraper) to learn more, explore other use cases, and run it yourself.