A powerful web scraper for extracting detailed job listings from Naukrigulf.com. Collect comprehensive job data including titles, descriptions, company details, and requirements. Perfect for recruitment analysis, market research, and HR analytics.
This powerful Actor scrapes detailed job listings from Naukrigulf.com, one of the leading job portals in the Gulf region. It extracts comprehensive job information including job titles, descriptions, company details, location, experience requirements, and more.
The Actor provides structured data for each job listing, including:
The Actor accepts the following input parameters:
jobUrls
: Array of Naukrigulf job listing URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)Results are stored in JSON format, with each record containing detailed job information. See the example output in the API tab.
A full explanation of an input example in JSON.
1{ 2 "jobUrls": [ 3 "https://www.naukrigulf.com/ai-jobs?country=3&xz=1_20_5" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "jobUrl": "https://www.naukrigulf.com/ai-jobs?country=3&xz=1_20_5", 4 "designation": "Product Manager- AI", 5 "location": "Cairo - Egypt", 6 "jobInfo": "Analyze customer behavior, manage projects, validate product direction, and collaborate with Data Science and AI Research teams for AI-driven products.", 7 "description": "<p><b>Job Purpose</b></p>\r\n<p>Propose milestone product initiatives, validate their feasibility, and launch projects that address the most significant customer needs, with a primary focus on AI-driven products at Instabug.</p>\r\n<p> </p>\r\n<p><b>Job Responsibilities</b></p>\r\n<ul>\r\n<li>Analyze and share insightful customer behavior patterns that indicate how our product(s) are being perceived and used both now and in the short-term future.</li>\r\n<li>Continuously integrate the right areas of the product backlog into the roadmap.</li>\r\n<li>Manage medium-to-large projects that occasionally involve multiple stakeholders.</li>\r\n<li>Validate product direction and focus with strategic conversations with representative customers.</li>\r\n<li>Lead roadmap-setting process for their product area.</li>\r\n<li>Working closely with the Data Science Team and AI Research Team</li>\r\n</ul>\r\n<p> </p>\r\n<p> </p>\r\n<p>Job Requirements</p>\r\n<ul>\r\n<li>Bachelor s degree in Computer Science, or any related field.</li>\r\n<li>3-5 years of experience in the field.</li>\r\n<li>Strong ability to intimate understanding of business and technical metrics</li>\r\n<li>Reach deep customer insights quickly, and can recommend additional data sources</li>\r\n<li>Combine a consistent habit of being right with institutional knowledge about the customer s needs</li>\r\n<li>Demonstrate an ability to pivot at the right time, to course-correct towards the right launch</li>\r\n<li>Demonstrate deep understanding of tasks that are tangential, or completely external to, those that define the core product function, and partakes in a few of them</li>\r\n<li>Routinely ships a moving portfolio of large and medium-sized products while consistently delivering small fixes</li>\r\n<li>Set the standard for operational excellence</li>\r\n<li>Considered an expert on large portions of the product portfolio</li>\r\n<li>Can concisely explain sophisticated concepts</li>\r\n<li>Trusted by a wide array of stakeholders</li>\r\n</ul>\r\n<p> <strong> <br> </strong> </p>\r\n<p><b>Bonus:</b></p>\r\n<ul>\r\n<li>1+ years of experience working on AI products</li>\r\n<li>Worked on developer tools products </li>\r\n</ul>", 8 "experience": { 9 "min": "1", 10 "max": "5" 11 }, 12 "company": { 13 "name": "Instabug", 14 "id": "10005274", 15 "url": null 16 }, 17 "jobId": "070225500860", 18 "jdURL": "https://www.naukrigulf.com/product-manager-ai-jobs-in-cairo-egypt-in-instabug-1-to-5-years-n-cd-10005274-jid-070225500860", 19 "latestPostedDate": "1738904400", 20 "vacancies": 1, 21 "isTopEmployer": false, 22 "isFeaturedEmployer": false, 23 "isPremium": false, 24 "isWebJob": true, 25 "isQuickWebJob": false, 26 "logoUrl": null, 27 "tELogoUrl": null, 28 "isApplied": false, 29 "isTopEmployerLite": false, 30 "whitelistedkeywords": "", 31 "keywords": "Product Manager- AI", 32 "keywordsAr": "Product Manager- AI", 33 "email": "", 34 "isFormBasedApply": false, 35 "jobRedirection": false, 36 "shortlisted": false, 37 "expiringSoon": false, 38 "isArchived": false, 39 "bitFlag": 0, 40 "recruiterActive": false, 41 "designationSeo": "Product Manager- AI", 42 "isConfidentialCompany": false, 43 "isConsultant": false, 44 "jobSource": "WEB", 45 "isEasyApply": false, 46 "scrapedAt": "2025-02-13T12:29:47.427Z" 47 }, 48 ... 49]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!