UnifyAPI
← Back to catalog

remotive.search

mock data$0.001 / call

Search Remote Jobs

Search curated remote-only job listings — filter by keywords and category (software-dev, design, marketing, data, devops, etc.). Returns title, company, salary, job type, location requirements, tags. Global remote positions only (Remotive)

Jobs & Careersprovider: Remotive#remotive#jobs

Input schema

limit

Max results (1-50, default 20)

integer
search

Job search keywords (e.g. "python", "react developer", "product manager")

string
category

Job category slug: software-dev, design, customer-support, writing, marketing, sales, product, business, data, devops, finance, hr, qa, all-others

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/remotive.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":20,"search":"<search>","category":"<category>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.