VOOZH about

URL: https://apify.com/abotapi/caterer-com-scraper

โ‡ฑ Caterer.com Scraper โ€“ UK Hospitality Jobs, Salaries & Details ยท Apify


๐Ÿ‘ Caterer.com Scraper โ€“ UK Hospitality Jobs, Salaries & Details avatar

Caterer.com Scraper โ€“ UK Hospitality Jobs, Salaries & Details

Pricing

from $1.00 / 1,000 job results

Go to Apify Store

Caterer.com Scraper โ€“ UK Hospitality Jobs, Salaries & Details

Scrape UK hospitality jobs from Caterer.com, including chef, hotel, restaurant, bar, and events roles. Search by keyword, location, filters, or URLs. Returns salary, employer, logo, location, skills, and 35+ fields, with optional full description, GPS, and company profile.

Pricing

from $1.00 / 1,000 job results

Rating

0.0

(0)

Developer

๐Ÿ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Caterer.com Hospitality Jobs Scraper

Scrape UK hospitality jobs from Caterer.com at scale: chef, restaurant, hotel, bar, and events roles. Search by keyword, location, and filters, or paste search URLs to paginate. Every job comes back with 35+ structured fields straight from the listing, and an optional detail pass adds the full description, GPS coordinates, structured address, employment type, valid-through date, and company profile.

Why this scraper

  • 35+ fields per job from the listing page alone, no detail fetch required: title, parsed salary, employer, logo, location, posting source, skills, snippet, and more.
  • Two ways to run: build a search from keyword + location + filters, or paste any Caterer.com search URL and walk it forward.
  • Real server-side filters: job type, advertiser type (direct employer vs agency), minimum salary by period (year / day / hour), posted-within window, and sort order.
  • Parsed salary: the free-text salary string is split into min, max, currency, and period (year / day / hour), including hourly rates common in hospitality.
  • Optional full details: GPS lat/lng, structured address, full description, employment type, valid-through date, and company profile.
  • Cost control built in: a residential request budget cap and a single clear result limit so a run never overspends.
  • Send results straight into Notion, Linear, Airtable, or Apify via optional MCP connectors.

Data you get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
jobId100000001
titleHead Chef
jobUrlhttps://www.caterer.com/job/head-chef/sample-agency-job100000001
applyUrlhttps://www.caterer.com/job/head-chef/sample-agency-job100000001
sourceSiteCaterer.com
datePosted2026-01-01T00:00:00.000Z
employer.nameSample Restaurant Group
employer.logoUrlhttps://www.caterer.com/CompanyLogos/00000000000000000000000000000000.png
location.textSoho, Central London (W1)
location.postalCodeW1
location.latitude51.5000
location.longitude-0.1300
salary.rawTextFrom ยฃ14 to ยฃ18 per hour
salary.min14
salary.max18
salary.currencyGBP
salary.periodhour
skillsMenu planning, Food safety
textSnippetWe are looking for an experienced head chef to lead our kitchen team.
isSponsoredfalse
description (detail)Full job description text appears here when fetchDetails is enabled.
employmentType (detail)FULL_TIME
industry (detail)Catering, Catering-Chef
validThrough (detail)2026-02-01T00:00:00.000Z
location.locality (detail)Soho
location.region (detail)London
location.country (detail)GB

How to use

Basic search in one city:

{
"mode":"search",
"locations":["London"],
"keywords":"chef",
"maxListings":20,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"GB"}
}

Search with filters (permanent chef roles, at least ยฃ30,000/year, posted in the last 7 days, newest first):

{
"mode":"search",
"locations":["Manchester","Leeds"],
"keywords":"chef",
"jobType":"permanent",
"minSalary":30000,
"salaryType":"annual",
"postedWithin":7,
"sortBy":"date",
"maxListings":100,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"GB"}
}

Full details (adds description, GPS, employment type, company profile):

{
"mode":"search",
"locations":["London"],
"keywords":"restaurant manager",
"fetchDetails":true,
"maxListings":50,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"GB"}
}

Paginate pasted URLs (filter fields are ignored in URL mode):

{
"mode":"url",
"urls":[
"https://www.caterer.com/jobs/chef/in-london",
"https://www.caterer.com/jobs/in-edinburgh"
],
"maxPages":5,
"maxListings":200,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"GB"}
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch builds URLs from filters; url paginates URLs you paste.
locationsarray["London"]Towns, cities, counties, or regions (search mode). One search per location.
keywordsstring(empty)Role, skill, or employer to search for. Empty lists all hospitality jobs in the location.
jobTypestringanyany / permanent / contract / temporary / part-time / work-from-home.
companyTypestringanyany / employer (direct) / agency.
minSalaryinteger(empty)Lowest salary to include, paired with the salary period.
salaryTypestringannualannual / daily / hourly.
postedWithinstring00 (any) / 1 / 3 / 7 / 14 days.
sortBystringrelevancerelevance / date / salary-desc / salary-asc / distance.
urlsarray(example)Caterer.com search URLs to paginate (url mode).
fetchDetailsbooleanfalseFetch detail pages to add description, GPS, employment type, valid-through, company profile.
maxListingsinteger20Total jobs to collect across all searches. The main limit. 0 = unlimited.
maxPagesinteger0Optional page cap per search (25 jobs/page). 0 = no page limit; the run stops at maxListings.
maxResidentialRequestsinteger0Safety cap on residential requests per run. 0 = unlimited.
proxyobjectResidential GBConnection settings.

Output example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"rowType":"job",
"scrapedAt":"2026-01-01T00:00:00.000Z",
"jobId":100000001,
"jobUrl":"https://www.caterer.com/job/head-chef/sample-agency-job100000001",
"applyUrl":"https://www.caterer.com/job/head-chef/sample-agency-job100000001",
"sourceSite":"Caterer.com",
"title":"Head Chef",
"datePosted":"2026-01-01T00:00:00.000Z",
"employer":{
"id":1000000,
"name":"Sample Restaurant Group",
"url":"https://www.caterer.com/jobs/sample-restaurant-group?cmpId=1000000",
"logoUrl":"https://www.caterer.com/CompanyLogos/00000000000000000000000000000000.png",
"isAnonymous":false
},
"location":{
"text":"Soho, Central London (W1)",
"postalCode":"W1",
"locality":"Soho",
"region":"London",
"country":"GB",
"latitude":51.5000,
"longitude":-0.1300
},
"salary":{"rawText":"From ยฃ14 to ยฃ18 per hour","min":14,"max":18,"currency":"GBP","period":"hour"},
"skills":["Menu planning","Food safety"],
"textSnippet":"We are looking for an experienced head chef to lead our kitchen team.",
"isSponsored":false,
"description":"Full job description text appears here when fetchDetails is enabled.",
"employmentType":["FULL_TIME"],
"industry":"Catering, Catering-Chef",
"validThrough":"2026-02-01T00:00:00.000Z",
"directApply":true,
"applyType":"DirectApply",
"detailFetched":true
}

Send results into your apps (MCP connectors)

Optionally pipe results into the apps you already use. Authorize a connector once under Apify, Settings, Integrations, then select it in the input. Set notionParentPageUrl for Notion. Each connector receives a condensed, human-readable summary per item (title plus key fields), not the full JSON; the complete record always stays in the Apify dataset. Supported: Notion, Linear, Airtable, Apify.

Plan requirement

Caterer.com accepts Apify Residential with country GB most reliably, which is the prefilled default. Listing pages occasionally work on Datacenter but are frequently refused, and full job details (fetchDetails) always need Residential GB. Datacenter and non-GB residential are refused on job pages. Apify Residential is available on the Starter plan and above. On the free plan a run may return few or no results; set proxy.apifyProxyGroups to ["RESIDENTIAL"] with apifyProxyCountry "GB" after upgrading.

You might also like

Caterer.com UK Hospitality Jobs Scraper

memo23/caterer-scraper

Scrape 5,900+ UK hospitality jobs from Caterer.com โ€” chef, restaurant, hotel, events โ€” via official mobile API. Filters: keyword, location, posted-within, employer-type, min-salary, job-type. Rows: title, employer + logo, structured salary, lat/lng, applyUrl

๐Ÿ‘ User avatar

Muhamed Didovic

20

s1jobs Scraper โ€“ Scotland & UK Jobs, Salaries & Details

abotapi/s1jobs-com-scraper

Scrape jobs from s1jobs.com across Scotland and the UK. Search by keyword, location, or URLs. Returns title, parsed salary band, company, logo, GPS location, skills, contract type, and 90+ fields per job, with optional full description, postcode, and apply links.

Caterer Job Scraper

shahidirfan/Caterer-Job-Scraper

Efficiently scrape hospitality and catering job listings from Caterer.com. This lightweight actor is designed for high-speed data extraction. Important: To avoid blocking and ensure seamless performance, the use of UK residential proxies is strictly required.

14

5.0

Caterer Job Scraper

orgupdate/Caterer-Job-Scraper

The latest and most advanced Caterer Job Scraper. Our new Caterer Job Scraper extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.

Hospitality Jobs Aggregator โ€” Hcareers, Hosco, Caterer & More

jungle_synthesizer/hospitality-jobs-aggregator-hcareers-hosco-caterer-scraper

Scrape hospitality job listings from Hcareers, Hospitality Online, and CatererGlobal in one run. Returns normalized job records with hospitality-specific fields including tip eligibility, housing, family-rate perks, cuisine specialty, and brand-tier scoring.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Jobsite UK $1.5๐Ÿ’ฐ Jobs, Details & Company Scraper

abotapi/jobsite-co-uk-scraper

From $1/1K. Collect UK job listings from Jobsite.co.uk at scale. Search by keyword, location, filters, or paste search URLs. Returns 35+ clean fields per job from search pages without a browser. Optional detail mode adds full description, GPS coordinates, employment type, and company profile.

Reed.co.uk Scraper | Jobs, Companies, Courses & Reviews

abotapi/reed-co-uk-scraper

Scrape Reed.co.uk jobs, companies, courses, and reviews. Search by keyword, location, filters, or URLs. Extract 80+ job fields including salary, company, GPS location, sector, contract type, skills, full description, postcode, company profile, course details, and review data.

Reed.co.uk Jobs Scraper - UK Job Listings

parseforge/reed-co-uk-scraper

Scrape UK jobs from Reed.co.uk by keyword, location, salary, sector, contract type, remote option or date posted. Returns title, employer, salary, full description and application URL.

Indeed UK Jobs Scraper โ€” Full Descriptions & Salary

totaka/indeed-uk-jobs-scraper

Scrape job listings from Indeed UK (uk.indeed.com) โ€” job title, company, location, salary, and full description. Ideal for UK recruitment intelligence and salary benchmarking.

13

Hosco Jobs Search Scraper

stealth_mode/hosco-jobs-search-scraper

Efficiently scrape job listings from Hosco.com, the world's leading hospitality career platform. Extract comprehensive data including hotel jobs, restaurant positions, salary ranges, and company details. Perfect for recruitment agencies, hospitality market research, and career analytics.