Skip to main content
Back to tutorials
AI/MLRecent OnlyDaily Poll

AI Automation — Last 48 Hours

This is the "only show me what just went up" variant of the broad automation search. With a two-day window and a higher result limit, it is shaped for recurring polls — run it every morning and you will get a clean list of jobs posted overnight without duplicates clogging the feed.

Who this is for

Freelancers running a daily triage — you want to see what is fresh, skim, and apply early before the proposal count climbs.

Configuration breakdown

The filters that matter most in this search, in plain English.

  • fromDate / toDate24-hour window

    The date range is a single day. Pair this with a cron or scheduled run to catch every new automation job within hours of posting.

  • limit500

    A generous cap so that a busy day does not silently drop jobs. Most days this will be far fewer results in practice.

  • includeKeywords.keywords["automation"]

    Matches the broad keyword but on description only. Keeps it permissive so you do not miss jobs that call it "workflow automation" or "process automation" without saying so in the title.

  • jobCategoriesAI & Machine Learning

    Keeps the category tight so this does not pick up generic RPA/ops automation that happens to live outside AI/ML.

Full configuration

Copy this JSON as the input to search_jobs. Your MCP client will do the rest.

ai-automation-recent-only.json
{
  "addons.enableClientActivity": false,
  "addons.enableClientDetails": false,
  "addons.enableJobAttachments": false,
  "budget.allowUnspecifiedBudget": false,
  "budget.avgHourlyRate.max": "150",
  "budget.avgHourlyRate.min": "5",
  "budget.connectsPrice.max": 100,
  "budget.connectsPrice.min": 1,
  "budget.fixedPrice.max": "10000",
  "budget.fixedPrice.min": "50",
  "budget.hourlyRate.max": "150",
  "budget.hourlyRate.min": "5",
  "budget.hourlyWorkloads": [
    "UNSPECIFIED",
    "LESS_THAN_30_HOURS"
  ],
  "budget.jobDurations": [
    "UNSPECIFIED",
    "UP_TO_ONE_MONTH",
    "UP_TO_THREE_MONTHS"
  ],
  "budget.minClientHireRate": 0,
  "budget.noAvgHourlyRatePaid": false,
  "budget.noHireRate": false,
  "budget.onlyContractToHire": false,
  "client.includeWithNoFeedback": false,
  "client.paymentMethodVerified": false,
  "client.phoneNumberVerified": false,
  "excludeKeywords.matchDescription": false,
  "excludeKeywords.matchSkills": false,
  "excludeKeywords.matchTitle": false,
  "fromDate": "2026-03-22",
  "includeKeywords.keywords": [
    "automation "
  ],
  "includeKeywords.matchDescription": false,
  "includeKeywords.matchSkills": false,
  "includeKeywords.matchTitle": false,
  "jobCategories": [
    "AI & Machine Learning"
  ],
  "limit": 500,
  "notifications.limit": 3,
  "notifications.shouldSendRunMetadata": true,
  "toDate": "2026-03-23",
  "vendor.excludeWithQuestions": false,
  "vendor.includeFeatured": false,
  "vendor.includeWithoutCountryPreference": false
}

Try it yourself

Sign up for a free API key and paste this configuration into your MCP client to start getting matching jobs in minutes.

Get API Key

100 free jobs/month. No credit card required.

Related tutorials