Mourjan Scraper | MENA Properties, Cars & Jobs
Pricing
from $1.00 / 1,000 mourjan listings
Mourjan Scraper | MENA Properties, Cars & Jobs
Scrape public Mourjan listings for MENA properties, cars, jobs and classifieds with normalized prices, locations, images, phones and source URLs.
Pricing
from $1.00 / 1,000 mourjan listings
Rating
0.0
(0)
Developer
Muhammad Afzal
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape public Mourjan classifieds across the MENA region, including properties, cars, jobs, services, and general listings. Use category/search URLs or a keyword query to collect normalized listing records for lead generation, market research, price monitoring, and job or property discovery.
What it extracts
Each dataset item includes the Mourjan listing ID, title, description, category, taxonomy, city/country when exposed, price and currency when recognizable, public images, public phone link, publication label, premium flag, detail URL, and scrape timestamp.
Inputs
startUrls: Mourjan category, search, or detail URLs. The default is the UAE jobs vacancies category.query: keyword search such asdriver,studio, orToyotawhenstartUrlsis empty.category:all,properties,cars, orjobsfor query searches.maxResults: 1–1000, default 20.maxPages: 1–20, default 1.includeDetails: open each public detail page for full description, price, phone, and images; default true.
Example query input:
{"startUrls": [], "query": "driver", "category": "jobs", "maxResults": 20, "includeDetails": true}
Output
{"listingId": "30107613","title": "Driver with UAE license","description": "Public listing description","category": "Job Vacancies","city": "Dubai","priceText": "AED2000","priceValue": 2000,"currency": "AED","contactPhone": "+971500000000","isPremium": false,"sourceUrl": "https://www.mourjan.com/ae/dubai/drivers/vacancies/en/30107613/"}
Pricing and reliability
Pay per event charges the Actor start event and each dataset listing. A 20-result run has a maximum event charge of about $0.0201, excluding any platform usage pass-through configured by the owner. The actor uses direct public HTML requests with bounded pagination and a short delay between detail pages. If Mourjan returns a challenge or access denial, it emits no fabricated records and stores the classified outcome in SUMMARY.
The actor does not log in, bypass CAPTCHA, access private accounts, or defeat access controls. Prices, contact details, and availability are source-provided and can change after extraction. Use public data in accordance with Mourjan terms, robots guidance, and applicable law; treat phone numbers and job-related information as personal data where applicable.
Use cases
- Compare listings, locations, availability, and market signals for property research.
- Build public prospect lists and qualify organizations or professionals before responsible outreach.
- Run a one-off research job and export the structured result as JSON, CSV, Excel, XML, or RSS from Apify.
- Schedule the same input to monitor changes over time and send completed datasets to a webhook or integration.
- Feed schema-shaped records into a database, spreadsheet, BI tool, or AI workflow with the source URL retained for verification.
Run Mourjan Scraper | MENA Properties, Cars & Jobs with the Apify API
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor('muhammadafzal/mourjan-scraper').call({"startUrls": [{"url": "https://www.mourjan.com/ae/jobs/vacancies/en/"}],"query": "","category": "all","maxResults": 20,"maxPages": 1,"includeDetails": true});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
You can also run the Actor from Apify Console, schedules, webhooks, the REST API, Make, Zapier, n8n, or the hosted Apify MCP server.
Responsible use
Use this Actor only for data you are authorized to access. Follow the target website's terms, robots and access policies, and applicable privacy, database, copyright, anti-spam, and data-protection laws. Do not use it to bypass authentication or other access controls, collect private data, harass people, or make high-impact decisions without independent verification.
Support
When reporting a problem, include the Actor run ID, a redacted input, the expected result, and a small public example URL when applicable. Do not post API tokens, cookies, credentials, or personal data in an issue.
Frequently asked questions
Can I schedule Mourjan Scraper | MENA Properties, Cars & Jobs?
Yes. Use an Apify schedule to run the same saved input at a chosen interval, then connect a webhook or integration to process the dataset when the run finishes.
How should I test a new input?
Begin with the prefilled example or a small limit. Confirm that the output fields, source coverage, runtime, and live charges match your workflow before increasing the scope.
How do I export the results?
Open the run's default dataset in Apify Console and export JSON, CSV, Excel, XML, or RSS. Applications can retrieve the same records through the Apify API client or REST dataset endpoint.
Can an AI agent call this Actor?
Yes. Add muhammadafzal/mourjan-scraper through the hosted Apify MCP server or call it through the API. The Actor's input and dataset schemas help agents construct valid requests and interpret returned records.