A clean REST API that searches and extracts job postings from Mauritania's leading employment sources. Built for developers, researchers, and job platforms.
No setup required. Paste your API key below and try the endpoints directly from this page.
Search across all Mauritania job sources in a single call. Supports Arabic and French queries with synonym expansion.
Extract a full job description from any listing URL. Automatically follows external links on Rimtic pointer posts.
Check the API status. Returns uptime, cache stats, and a server timestamp.
Request access to integrate this API into your application or service.
Request AccessWe aggregate listings from Mauritania's active employment platforms in real-time.
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
Get an API key and start building. Free for testing and evaluation.
Request API Key