Job data from Mauritania
One endpoint
Search and extract listings from Techghil, Beta, Rimtic, and Recrutements.gov.mr — REST API, JSON, Arabic and French
Test the API live
No setup, no install — try every endpoint right here
Search across all Mauritania job sources in a single call, supports Arabic and French queries with automatic synonym expansion
Extract a full job description from any listing URL, automatically follows external links on Rimtic pointer posts
Check API status, returns uptime, cache statistics, and a server timestamp — no authentication required
Four platforms, one endpoint
Job listings from Mauritania's most active employment platforms, aggregated in real time

Techghil
techghil.mrTech and engineering roles with Arabic and French listing support

Beta
beta.mrGeneral job board with full-text search across diverse role categories

Rimtic
rimtic.comPointer-style listings — extractor follows links to retrieve full job details

Recrutements
recrutements.gov.mrGovernment recruitment portal with Arabic and French postings
Three endpoints, zero fluff
RESTful JSON API — auth via X-API-Key header, keyless when omitted
curl -X POST https://scraper.cvite.app/v1/search \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_KEY" \ -d '{"query":"Ingenieur","limit":5}'
// Response 200{"jobs": [{ "id": "beta-10869", "title": "Ing\u00e9nieur", "source": "beta" }],"totalCount": 1,"sourceStats": { "beta": { "fetched": 17, "matched": 1 }}}
curl -X POST https://scraper.cvite.app/v1/extract \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_KEY" \ -d '{"url":"https://beta.mr/beta/offre/10869"}'
// Response 200{"inputUrl": "https://beta.mr/...","finalUrl": "https://beta.mr/...","source": "beta.mr","title": "Ing\u00e9nieur","description": "...","quality": "full"}
curl https://scraper.cvite.app/v1/health # No auth required
// Response 200{"status": "ok","uptime": 3600,"cacheEntries": 12,"timestamp": "2025-05-05T..."}
Ready to build?
Get an API key and start integrating — free for testing and evaluation
Request API Key