Doctor of Credit Bonus Scraper avatar

Doctor of Credit Bonus Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Doctor of Credit Bonus Scraper

Doctor of Credit Bonus Scraper

Doctor of Credit Bonus Scraper — Selenium Edition is an Apify Actor that scrapes bank and credit card bonus offers from Doctor of Credit. It allows filtering by minimum bonus amount and configurable result limits, extracting structured data like amount, title, URL, and category.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Doctor of Credit Bonus Scraper — Selenium Edition (Apify Actor)

Scrapes bank-bonus listings from Doctor of Credit

Input

FieldTypePrefillDescription
slug (req.)string"best-bank-account-bonuses"DoC post path (with or without slashes).
minAmountinteger100Drop matches below this $ amount. 0 = no floor.
maxResultsinteger50Cap on stored bonuses (1–500).
headlessbooleantrueRun Chrome in Xvfb.
proxyConfigurationobjectApify Residential USOptional; DoC has no anti-bot.

Useful slugs:

SlugWhat it lists
best-bank-account-bonusesCanonical bank/checking/savings bonuses (updated weekly)
best-credit-card-bonusesAll credit card sign-up bonuses
best-personal-credit-card-bonusesPersonal cards only
best-business-credit-card-bonusesBusiness cards only

Example input:

{
"slug": "best-bank-account-bonuses",
"minAmount": 200,
"maxResults": 100
}

Output

Each record:

{
"amount": 300,
"title": "Chase Total Checking",
"url": "https://www.doctorofcredit.com/chase-300-checking-coupon/",
"raw_text": "$300 Chase Total Checking",
"source_slug": "best-bank-account-bonuses"
}
  • amount — integer dollar amount the regex parsed
  • title — text after the $AMOUNT in the matched element (best-effort; sometimes prose)
  • url — the link the matched element points to (may be the DoC detail page or the bank's page)
  • raw_text — exact text the regex matched against, for debugging
  • source_slug — the DoC post this came from

A SUMMARY blob lands on the KV store with the slug, parsed parameters, result count, and total elapsed time.