VOOZH about

URL: https://apify.com/unfenced-group/efinancialcareers-scraper

⇱ eFinancialCareers Scraper β€” Global Finance Jobs Β· Apify


Pricing

from $0.77 / 1,000 results

Go to Apify Store

eFinancialCareers Scraper

Scrape eFinancialCareers for finance & banking jobs across 19 global markets. Returns salary, sectors, geocoordinates, direct apply URLs, job references and full HTML descriptions. No API key required.

Pricing

from $0.77 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

12

Total users

4

Monthly active users

2 days ago

Last modified

Share

πŸ‘ efinancialcareers-scraper

Scrape structured job listings from eFinancialCareers β€” Global (Finance). 20,000+ active listings. No API key required.


Why this scraper?

πŸ’Ή Global finance and banking jobs

eFinancialCareers is the leading global job board for finance, banking, and investment management professionals.

🌍 Multi-country coverage

Covers US, UK, Europe, Asia-Pacific, and Middle East finance markets in one platform.

πŸ“„ Full job descriptions

Enable fetchDetails to retrieve complete job descriptions in all three formats.

πŸ’° Salary data

Salary ranges where published by employers.

πŸ”„ Repost detection

Cross-run deduplication with a 90-day TTL. Use skipReposts: true for new-only feeds.

βš™οΈ No API key required

Runs without any third-party credentials.


Input parameters

ParameterTypeDescriptionDefault
searchQuerystringJob title, keyword, or skill to search for.β€”
locationstringCity or region to filter by. Leave empty to search all locations.β€”
maxResultsintegerMaximum number of results to return.5
daysOldintegerOnly return listings published within the last N days.β€”
employmentTypearrayEmployment type filter.β€”
workArrangementTypearrayFilter by work arrangement. Leave empty to include all arrangements.β€”
positionTypearrayFilter by position type. Leave empty to include all types.β€”
skipRepostsbooleanSkip listings already seen in previous runs (90-day deduplication window).false
startUrlsarrayList of specific URLs to scrape. Bypasses the search input.β€”

Output schema

Each result contains the following fields.

FieldTypeDescription
idstringUnique job listing ID from the source platform.
urlstringDirect URL to the job listing.
titlestringJob title as published.
companystringEmployer / company name.
locationstringFull location string as published.
citystringCity of the work location.
countrystringCountry code (ISO 3166-1 alpha-2).
contractTypestringContract type (permanent, contract, temporary, etc.).
workSchedulestringWork schedule (full-time, part-time, etc.).
salaryMinnumberMinimum salary (null if not published by employer).
salaryMaxnumberMaximum salary (null if not published by employer).
salaryCurrencystringISO 4217 currency code (null if no salary published).
salaryPeriodstringSalary period: YEAR / MONTH / WEEK / DAY / HOUR.
publishDatestringPublication date (YYYY-MM-DD).
publishDateISOstringPublication date in ISO 8601 format.
sourcestringSource domain name.
scrapedAtstringISO 8601 timestamp of when this item was scraped.
contentHashstringMD5 hash of key fields for change detection (16 chars).
summarystringHuman-readable one-line summary of the listing.
changeStatusstringChange status: NEW / MODIFIED / UNCHANGED.
isRepostbooleanTrue if this listing was seen in a previous run (90-day window).
originalPublishDatestringOriginal publish date if this is a repost (null otherwise).
originalUrlstringOriginal URL if this is a repost (null otherwise).

Example output record:

{
"id":"123456",
"url":"https://www.efinancialcareers.com/jobs/senior-developer/123456",
"title":"Quantitative Analyst",
"company":"Goldman Sachs",
"location":"London",
"city":"London",
"country":"INTL",
"contractType":"Permanent",
"workSchedule":"Full-time",
"salaryMin":45000,
"salaryMax":60750,
"salaryCurrency":"GBP",
"salaryPeriod":"YEAR",
"publishDate":"2026-04-15",
"publishDateISO":"2026-04-15",
"source":"efinancialcareers.com",
"scrapedAt":"2026-04-24T09:00:00.000Z",
"contentHash":"a3f1b2c4d5e67890",
"summary":"Quantitative Analyst Β· Goldman Sachs Β· London",
"changeStatus":"NEW",
"isRepost":false,
"originalPublishDate":null,
"originalUrl":null
}

Examples

1 β€” Search for Quantitative Analyst roles in London

{
"searchQuery":"quant analyst",
"location":"London",
"maxResults":100
}

2 β€” All listings without filters

{
"searchQuery":"",
"maxResults":500
}

3 β€” Scrape a specific search page directly via startUrls

{
"startUrls":[
{
"url":"https://www.efinancialcareers.com/jobs?q=quant+analyst"
}
],
"maxResults":50
}

4 β€” Daily feed β€” new listings only, past 24 hours, no reposts

{
"searchQuery":"",
"daysOld":1,
"skipReposts":true,
"maxResults":1000
}

πŸ’° Pricing

$1.50 per 1,000 results β€” you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.

ResultsCost
100~$0.15
1,000~$1.50
10,000~$15.00
100,000~$150.00

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeApprox. time
100 listings~2 min
1,000 listings~15 min
10,000 listings~2.5 hours

Known limitations

  • Languages: Only en, de, and fr culture codes are supported. Other locale subtags cause errors.
  • Salary: Not consistently published β€” salaryMin and salaryMax may be null.
  • fetchDetails: Setting fetchDetails: false returns list-page fields only.

Technical details

  • Source: efinancialcareers.com β€” Global (Finance)'s job market
  • Memory: 256 MB
  • Repost storage: KeyValueStore efinancialcareers-job-dedup, 90-day TTL
  • Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request

Additional services

Need a custom actor, additional filters, scheduled runs, or integration support?.nl](mailto:info@unfencedgroup.nl) β€” we build on request.



Run it on a schedule

This actor is built for repeat use. Set it to run daily, weekly, or hourly, and the data keeps flowing without you touching it.

  • Schedule runs β€” open the actor, go to Schedules, and pick a cadence. Each run only charges you for the results it returns.
  • Connect it to your stack β€” push results straight to Google Sheets, Slack, a webhook, or your database using Apify Integrations. No glue code needed.
  • Pull results via API β€” every run writes a clean dataset you can fetch with one API call, ready for whatever you build on top of it.

Set it once and it runs on its own.


Need a custom scraper?

Unfenced Group builds Apify actors for any website β€” for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results β€” we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl

You might also like

eFinancialCareers Finance Jobs Scraper πŸ’° $0.95/1K

blackfalcondata/efinancialcareers-scraper

Scrape efinancialcareers.com β€” the leading global job board for finance, banking, and fintech professionals. Multi-country, structured salary data, and incremental change tracking.

πŸ‘ User avatar

Black Falcon Data

13

5.0

eFinancialCareers Jobs Scraper

solidcode/efinancialcareers-scraper

[πŸ’° $1.0 / 1K] Extract finance, banking, and fintech job listings from eFinancialCareers. Search by keyword and location, filter by sector, employment type, work arrangement, salary, and posting date, and get structured data including titles, companies, salaries, descriptions, and apply links.

eFinancialCareers Jobs Scraper πŸ’Ό

easyapi/efinancialcareers-jobs-scraper

Extract detailed job listings from eFinancialCareers with comprehensive information including job titles, salaries, company details, and full descriptions. Perfect for recruitment analysis, market research, and tracking employment opportunities in the financial sector. πŸ’Ό

eFinancialCareers Jobs Scraper πŸŒπŸ’ΌπŸ“Š - Cheap

scrapestorm/efinancialcareers-jobs-scraper---cheap

Easily collect job listings from eFinancialCareers, one of the leading global career platforms for finance, fintech & technology professionals Extract structured job data including job titles, locations, salaries, job types & more Perfect for job aggregation and labor market intelligence πŸ’ΌπŸŒβœ¨

2

eFinancialCareers Jobs Scraper

codingfrontend/efinancialcareers-jobs-scraper

A fast, high-performance scraper built for lead generation, competitor analysis, and business intelligence. Extracts detailed business profiles, including name, contact details, emails, phone numbers, location, ratings, and reviews from Efinancialcareers Jobs. Supports custom search URLs, proxy r...

πŸ‘ User avatar

Coding Frontned

2

eFinancialCareers Jobs Scraper

shahidirfan/eFinancialCareers-Jobs-Scraper

Extract financial job opportunities with the eFinancialCareers Jobs Scraper. This lightweight actor is optimized for speed and efficiency. To ensure seamless data extraction and prevent blocking, using residential proxies is highly recommended. Perfect for market analysis and recruitment data.

64

5.0

LinkedIn Job Listings Scraper

openclawai/linkedin-jobs-scraper-jobspy

Scrape LinkedIn jobs - Search by keyword, location, company, salary, posted-date, remote, easy-apply. Full descriptions, salary range, direct apply URLs. Multi-keyword search, auto-deduplication, pay only for results. No API key

Google Jobs Scraper

crw/google-jobs-scraper

Scrape Google Jobs by keyword and location. Returns job title, company, salary, employment type, full description, and apply links from multiple platforms. Automatic session management β€” no API key or cookies required. Pay only for what you use

Google Jobs Scraper β€” Salary, Apply Links & MCP-Ready

khadinakbar/google-jobs-scraper

Extract job listings from Google Jobs. Returns title, company, location, salary (parsed min/max), full description, apply link, employment type & more.

167

πŸ’Ό Indeed Salary Scraper - Jobs, Descriptions & Companies

renzomacar/indeed-jobs

Scrape Indeed jobs & salary data across 7 countries with no API key β€” titles, companies, locations, salary ranges, full descriptions, dates and benefits in clean JSON or Excel. Filter by date, type and location. For recruiters and salary research. Pay only per job scraped.

91