Bank Offers Aggregator avatar

Bank Offers Aggregator

Pricing

from $0.005 / actor start

Go to Apify Store
Bank Offers Aggregator

Bank Offers Aggregator

Automatically extracts, parses, and structures real-time bank, credit card, and EMI offers from Flipkart and Amazon product pages into clean JSON data.

Pricing

from $0.005 / actor start

Rating

0.0

(0)

Developer

Harsh Katakwar

Harsh Katakwar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

10 days ago

Last modified

Share

🏦 Bank Offers Aggregator

Extract hidden bank offers, credit card discounts, and EMI deals from Flipkart & Amazon product pages into clean JSON.

How it works

  1. Opens each product URL in a headless browser
  2. Clicks through "View All Offers" modals to reveal hidden deals
  3. Parses each offer to identify the bank, card type, discount, and EMI status
  4. Saves structured results to the dataset

Input

{
"productUrls": [
"https://www.flipkart.com/apple-iphone-15-blue-128-gb/p/itmbf14ef54f645d"
],
"maxConcurrency": 1,
"useProxy": false
}

Output

{
"title": "Apple iPhone 15 (Blue, 128 GB)",
"price": 57999,
"offers": [
{
"rawText": "10% off on HDFC Bank Credit Card EMI, up to ₹1,500",
"bank": "HDFC",
"cardType": "Credit Card",
"isEmi": true,
"discountPercent": 10
}
]
}

Use Cases

  • 💳 Compare which credit card gives the best deal before buying
  • 🔔 Build deal alert bots that notify users of new bank offers
  • 📊 Aggregate offer data across products for fintech dashboards