Freelancer Job Monitor avatar

Freelancer Job Monitor

Pricing

Pay per usage

Go to Apify Store
Freelancer Job Monitor

Freelancer Job Monitor

Monitor new projects on Freelancer.com. Filter by keywords, budget range, and skills. Supports both API mode (with token) and scraper mode (no token required).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mr-chen

Mr-chen

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

πŸ’Ό Freelancer Job Monitor

Monitor new projects on Freelancer.com in real-time. Filter by keywords, budget range, and skills. Never miss a high-value project again.

✨ What You Get

  • Project Title & Description β€” Full project details
  • Budget Range β€” Min/max budget with currency
  • Bid Count & Average Bid β€” Competition level indicator
  • Required Skills β€” What skills the project needs
  • Project URL β€” Direct link to bid
  • Post Time β€” When the project was posted
  • Dual Mode β€” API mode (fast, rich data) or scraper mode (no token needed)

πŸ” Use Cases

  • Freelancer Bidding β€” Find projects matching your skills instantly
  • Agency Lead Gen β€” Monitor projects for your team's expertise
  • Market Research β€” Track demand and pricing trends on Freelancer
  • Automation β€” Integrate with your CRM or notification system

πŸ“₯ Input

FieldTypeDefaultDescription
querystring""Search keywords
skillsarray[]Skill names to filter (e.g. python, java, web_scraping)
minBudgetinteger0Minimum budget (USD)
maxBudgetinteger10000Maximum budget (USD)
limitinteger20Max results (1-100)
useApibooleantrueUse API (faster) vs scraper
apiTokenstring""Freelancer OAuth token (optional, secret)

πŸ“Š Example Input

{
"query": "web scraping",
"skills": ["python", "web_scraping"],
"minBudget": 100,
"maxBudget": 2000,
"limit": 30,
"useApi": true
}

πŸ“€ Output Example

{
"id": 12345678,
"title": "Python Web Scraper for E-commerce Site",
"description": "I need a Python developer to build a web scraper that extracts product data from...",
"budget_min": 250,
"budget_max": 750,
"budget_display": "$250-750 USD",
"currency": "USD",
"bid_count": 12,
"avg_bid": 420,
"skills": ["Python", "Web Scraping", "Data Extraction"],
"url": "https://www.freelancer.com/projects/python-web-scraper...",
"posted_time": "2026-05-08T14:30:00Z",
"source": "Freelancer API"
}

πŸ’° Pricing

Free tier: Included in Apify's $5/month free compute. Typical run cost: ~$0.01 per run.