← Back to catalog
remotive.search
mock data$0.001 / callSearch 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)
Input schema
limit
integerMax results (1-50, default 20)
search
stringJob search keywords (e.g. "python", "react developer", "product manager")
category
stringJob category slug: software-dev, design, customer-support, writing, marketing, sales, product, business, data, devops, finance, hr, qa, all-others
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>"}'