Remotive API

Monitor remote job listings and alert on matches

Pull remote job listings with title, company, salary, and tags. Build an alert system that notifies you when a role matching your criteria appears.

Free. No API key required.

Remotivedocs →

How it works with Loony

Describe it.
Deploy it.
Query it.

Managed database.

Your Remotive data lives in its own Postgres instance. Zero config. Data accumulates over time.

Scheduled syncs.

Cron jobs run on Loony infra. Every minute on free. Your data stays fresh without you thinking about it.

REST + MCP endpoints.

Query from your agent, your dashboard, or connect BI tools directly. Full OpenAPI spec included.

TerminalSchema
$ "Pull remote job listings from Remotive daily. Store with tags, salary, and company. Build a weekly digest filtered by my criteria."

 Schema validated
 Database provisioned
 Scripts deployed
 Schedules registered

Done.

# Your data is now at:
REST  /data/v1/remotive/query
MCP   /mcp/v1/remotive/mcp
SQL   psql $DATABASE_URL

What you get

Remotive updates frequently but doesn't notify you. Loony syncs daily, stores every listing, and your agent can query 'Show me new senior backend roles posted this week with salary above $150K' instantly.

mv_remote_jobs_weekly
  week          date        -- ISO week start
  new_listings  integer     -- posted this week
  matching      integer     -- fit my criteria
  avg_salary    numeric     -- average offered
  top_tags      text        -- most common skills
  top_company   text        -- most listings

Even better together

Pair Remotive with Adzuna for remote vs on-site salary comparison. Add GitHub to auto-update your portfolio when applying.

Stop gluing. Start shipping.

Describe your data. Deploy. Query. Done.

API Library →