# Analyze Competitor Freelancer Project Bids

**Use case:** 

Monitor projects where competitors are bidding to understand their pricing strategies and service focus. Gain competitive intelligence to refine your own biddin

## Input

```json
{
  "projectUrls": [
    "https://www.freelancer.com/projects/python/cricket-prediction-rewards-bot"
  ],
  "searchQueries": [],
  "categoryUrls": [],
  "userUrls": [
    "https://www.freelancer.com/u/competitor1dev",
    "https://www.freelancer.com/u/designmaster"
  ],
  "projectType": "any",
  "sortBy": "latest",
  "minBidCount": 0,
  "searchPages": 2,
  "maxItems": 50,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "budget": {
    "label": "Budget"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "daysLeft": {
    "label": "Days left"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  }
}
```

## About this Actor

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