Government Legal
MERX logo

MERX API

merx.com

MERX procurement marketplace - US and Canadian tenders, categories, and solicitation details.

Actions
5
Category
Government Legal
Login
Not required
Output
JSON

Call the MERX API

Submit a task, then poll the job until it settles. This example runs act_merx_canadian_tender_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_merx_canadian_tender_listing",
    "params": {
      "page_number": "1"
    }
  }'

5 actions on merx.com

Read

  • Canadian Tender Listing

    act_merx_canadian_tender_listingread2 credits / call

    Returns Canadian open tenders with titles, buyers, closing dates, and filters.

    page_number
    string · required
    category_filter
    string
    location_filter
    string
    status_filter
    string
    sort_order
    string
  • Category Taxonomy

    act_merx_category_taxonomyread1 credit / call

    Returns the tender category taxonomy with names, counts, and groups.

  • Homepage

    act_merx_merx_homepageread1 credit / call

    Returns the homepage with headline and tender navigation links.

  • US Tender Details

    act_merx_us_tender_detailread2 credits / call

    Returns a US tender's title, dates, summary, contacts, and documents.

    state_slug
    string · required
    tender_slug
    string · required
    tender_id
    string · required
  • US Tender Listing

    act_merx_us_tender_listingread2 credits / call

    Returns US open tenders with titles, IDs, locations, and closing dates.

    page_path
    string · required
    page_number
    string · required
    sort_order
    string · required
    region_filter
    string · required

MERX API questions

Is there an API for MERX?
MERX does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for merx.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape MERX data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when merx.com changes its markup, Anakin updates the action.
Do I need a MERX account?
No. Every MERX action listed here runs anonymously — no account and no credentials required.
What does the MERX API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites