Moneyfacts Savings Rates Scraper avatar

Moneyfacts Savings Rates Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Moneyfacts Savings Rates Scraper

Moneyfacts Savings Rates Scraper

Scrape Moneyfacts.co.uk best savings account comparison tables - provider names, AER rates, account types, notice periods, and minimum deposits for easy-access, fixed-rate, notice, regular savings, and ISA accounts.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

Extract UK's best savings account rates from Moneyfacts.co.uk — one of the UK's leading financial data providers since 1988. Scrape the curated best-buy comparison table featuring top easy-access accounts, fixed-rate bonds, notice accounts, regular savings accounts, and cash ISAs with live AER rates, notice periods, and minimum deposits.

What You Can Scrape

  • Easy Access Accounts — Best easy-access savings with instant or near-instant withdrawal
  • Fixed Rate Bonds — Top fixed-term savings accounts (1-year, 2-year, 5-year etc.)
  • Notice Accounts — Best notice period accounts (e.g. 90-day, 150-day)
  • Regular Savings Accounts — Top monthly regular savings deals
  • Cash ISAs — Best tax-free cash ISA rates

From providers including Marcus (Goldman Sachs), Nationwide, Santander, NS&I, Chase, Halifax, HSBC, Oxbury Bank, GB Bank, Afin Bank, and more.

Input Parameters

ParameterTypeDescription
accountTypeFilterSelectFilter by savings account type (Easy Access, Fixed Rate Bond, Notice, Regular Savings, Cash ISA)
providerFilterTextFilter by provider name (case-insensitive substring), e.g. "Marcus", "Nationwide", "NS&I"
minAerNumberMinimum AER percentage to return (e.g. 4.5 for 4.5%+)
maxItemsIntegerMaximum records to return (1–500, default 50)

Output Fields

FieldDescription
providerSavings provider name (e.g. "Marcus by Goldman Sachs®", "Santander")
accountTypeType of savings account (e.g. "Easy access account", "Fixed rate bond"). Cash ISA records use a more specific sub-type (e.g. "Easy access Cash ISA", "One-year fixed Cash ISA") — these always contain "Cash ISA" so accountTypeFilter: "Cash ISA" matches all of them
accountNameProduct name, on Cash ISA records only (e.g. "1 Year Fixed Rate Cash ISA via Meteor Savings")
aerAnnual Equivalent Rate — e.g. "5.01% (includes a bonus)", "4.90%"
aerPercentNumeric AER as a number (e.g. 5.01) for easy sorting/filtering
noticeTermNotice period or fixed term (e.g. "150 days", "1 year", "None"). Not present on Cash ISA records
minDepositMinimum opening deposit required (e.g. "£1", "£1,000")
acceptsTransfersInBoolean, on Cash ISA records only — whether the ISA accepts transfers-in from other providers
recordTypeAlways savingsDeal
sourceUrlURL of the scraped Moneyfacts comparison page (savings or ISA table)
scrapedAtUTC timestamp when data was collected

Example Output

{
"provider": "Marcus by Goldman Sachs®",
"accountType": "Fixed rate bond",
"aer": "4.90%",
"noticeTerm": "1 year",
"minDeposit": "£1",
"recordType": "savingsDeal",
"sourceUrl": "https://moneyfacts.co.uk/savings/",
"scrapedAt": "2026-06-30T12:00:00Z"
}
{
"provider": "Santander",
"accountType": "Regular savings account",
"aer": "8.00% (includes a bonus)",
"noticeTerm": "None",
"minDeposit": "£1",
"recordType": "savingsDeal",
"sourceUrl": "https://moneyfacts.co.uk/savings/",
"scrapedAt": "2026-06-30T12:00:00Z"
}

Frequently Asked Questions

Is this free to use?
Yes. Moneyfacts.co.uk's comparison tables are publicly accessible without an account. No API keys, cookies, or registration required.

How many records are returned?
Moneyfacts publishes "best in class" picks across its savings and Cash ISA best-buy tables — typically around 10–12 records in total: a handful of savings accounts (easy access, fixed rate bond, notice account, regular savings — some categories list more than one top pick) plus about 5 Cash ISA picks (easy access, one-year fixed, two-year fixed, notice, and lifetime ISA).

What is AER?
AER (Annual Equivalent Rate) shows the interest rate you'd earn over a full year, accounting for compound interest. It's the standard UK measure for comparing savings rates.

What does "(includes a bonus)" mean?
Some accounts include a temporary introductory bonus rate. The AER shown includes this bonus — the rate will drop when the bonus period ends.

Can I filter by account type?
Yes, use accountTypeFilter to select a specific type like "Fixed rate bond" or "Easy access account".

Can I filter by minimum rate?
Yes, use minAer (e.g. 4.5) to only return accounts with AER at or above that percentage.

What is the data source?
Data is sourced from Moneyfacts.co.uk's publicly accessible best-buy savings tables at moneyfacts.co.uk/savings/.