MPPtempoquality 0.55

Retrieve active job postings for any organization via Apollo's 275M+ contact database.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

This endpoint returns current job postings for a specified organization using Apollo's sales intelligence platform, accessed through the Locus MPP (Micropayment Protocol) gateway. You provide an Apollo organization ID and receive the company's active job listings.

The endpoint is part of a broader Apollo suite available via Locus MPP that includes people enrichment, organization enrichment, people search, organization search, and news search. Payment is settled per-call via the Tempo method on pathUSD. The job postings endpoint costs 5000 base units (pathUSD uses 6 decimals), which equals $0.005 per request.

The endpoint accepts POST requests with a JSON body containing a required `organization_id` field (the Apollo organization ID). You can obtain organization IDs from the companion org-search or org-enrichment endpoints in the same Apollo MPP service. No API key is needed beyond the MPP payment challenge flow.

Capabilities

job-postings-lookuporganization-intelligencesales-datampp-paymentper-call-billingtempo-settlement

Use cases

  • Monitoring competitor hiring activity to infer strategic priorities
  • Identifying companies actively hiring for specific roles as sales signals
  • Building market maps of talent demand across industries
  • Enriching CRM records with hiring activity data
  • Triggering outreach when target accounts post relevant job openings

Fit

Best for

  • Sales teams tracking hiring signals at target accounts
  • Recruiters monitoring competitive job postings
  • Market researchers analyzing talent demand trends
  • AI agents that need programmatic access to company hiring data

Not for

  • Bulk scraping of all job postings across the web (limited to Apollo's org-level data)
  • Applying to jobs or managing applications
  • Real-time job alert subscriptions (this is a pull-based per-call API)

Quick start

curl -X POST https://apollo.mpp.paywithlocus.com/apollo/job-postings \
  -H "Content-Type: application/json" \
  -d '{"organization_id": "5f5e100a1f000b00010a3b12"}'

Example

Request

{
  "organization_id": "5f5e100a1f000b00010a3b12"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.55/ 1.00

OpenAPI schema is present with clear request structure and pricing, but no response schema or example response is provided. The probe returned 404 on HEAD/GET (expected since the endpoint requires POST), and no crawled pages yielded additional documentation. Pricing and intent are clear from the OpenAPI spec.

Warnings

  • Probe returned 404 on HEAD and GET — endpoint only accepts POST, so liveness could not be confirmed via probe alone
  • No response schema documented; output structure must be inferred from Apollo's public API docs
  • Root domain returns 404 with a redirect to skill.md/llms.txt — no browsable documentation available at the gateway itself

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:23:00Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access