4 sources live

Mauritania job listings,
programmatically.

A clean REST API that searches and extracts job postings from Mauritania's leading employment sources. Built for developers, researchers, and job platforms.

Try the Playground View API Docs
4
Job Sources
<2s
Avg Response Time
3
REST Endpoints
FR+AR
Bilingual Search

Test the API live

No setup required. Paste your API key below and try the endpoints directly from this page.

POST /v1/search

Search across all Mauritania job sources in a single call. Supports Arabic and French queries with synonym expansion.

POST /v1/extract

Extract a full job description from any listing URL. Automatically follows external links on Rimtic pointer posts.

GET /v1/health

Check the API status. Returns uptime, cache stats, and a server timestamp.

Need an API key?

Request access to integrate this API into your application or service.

Request Access

Four job sources, one API

We aggregate listings from Mauritania's active employment platforms in real-time.

T

Techghil

techghil.mr
B

Beta

beta.mr
R

Rimtic

rimtic.com
C

Recrutements

recrutements.gov.mr

Integration

RESTful JSON API. Authenticate with an X-API-Key header. All responses are JSON.

# Search for jobs
curl -X POST https://scraper.hapa.mr/v1/search \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"query":"Ingénieur","limit":5}'

# Extract a job description
curl -X POST https://scraper.hapa.mr/v1/extract \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"url":"https://beta.mr/beta/offre/10869"}'

# Check API status
curl https://scraper.hapa.mr/v1/health

Ready to integrate?

Get an API key and start building. Free for testing and evaluation.

Request API Key