Fid Israeli Card Benefits & Discounts Scraper
Pricing
from $10.00 / 1,000 results
Fid Israeli Card Benefits & Discounts Scraper
Search Israeli credit-card and club benefits, discounts, vouchers, and gift cards from Fid. Run Hebrew queries for per-card benefits with prices, discount %, and redemption links. No login needed.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Amram Englander
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Search Israeli credit-card and membership-club benefits, discounts, vouchers, and gift cards from Fid — the app that aggregates the perks across every major Israeli card program. Type a Hebrew search term (a store, a chain, a category) and get back the matching benefits per card, each with its price, discount %, and a direct redemption link.
What does Fid Israeli Card Benefits Scraper do?
This Actor turns Fid's in-app data into clean, structured JSON. Give it one or more Hebrew search queries (for example מקדונלדס, קפה, סרטים) and, optionally, the cards you hold, and it returns every matching benefit: the benefit name and details, which card/club it belongs to, the price in ₪, the discount percentage, view count, and the direct link to redeem it. Or flip on Get all benefits and it pulls every benefit for a card in one run — no query needed.
It runs on the Apify platform, so you get a scheduler, REST API access, webhooks and integrations (Make, Zapier, Google Sheets), proxy rotation, and run monitoring out of the box. No account or setup required — just enter a search term and run.
Why use this Actor?
- Find the best deal across all your cards at once. Instead of checking each card's club site separately, search a store once and compare every eligible benefit side by side.
- Pull a card's entire benefit list. Turn on Get all benefits to export everything a specific card offers — great for building a personal perks dashboard.
- Price & discount intelligence. Sort by cheapest price or highest discount % to surface the strongest offers.
- Automation. Schedule a daily run on your favorite stores and pipe new benefits into a sheet, a database, or a Slack alert.
How to use it
- Click Try for free / Start.
- In the Input tab, enter one or more Hebrew terms under Search queries (e.g.
מקדונלדס) — or tick Get all benefits to skip queries and pull everything for a card. - (Optional) Add the cards you hold under Cards to search — by name (
הייטקזון,מקס) or 3-digit ID (006). Leave empty to include all cards and clubs. - (Optional) Set a city or category filter, or pick a sort order.
- Click Save & Start. When the run finishes, open the Output / Storage tab and download the data as JSON, CSV, Excel, or HTML.
Input
Provide either at least one search query or turn on Get all benefits. Everything else is optional.
| Field | Type | Description |
|---|---|---|
searchQueries | array | Hebrew terms to search for, e.g. ["מקדונלדס", "קפה"]. |
browseAllBenefits | boolean | Get all benefits for the selected card(s), no query needed. Each row is labeled with its cardType. |
cardIds | array | Cards to scope results to — names (הייטקזון) or 3-digit IDs (006). Empty = all cards. |
city | string | Only return benefits available in this city, e.g. תל אביב. |
category | string | Only return benefits in this category, e.g. מסעדות. |
sort | string | views (default), price (cheapest first), or discount (highest % first). |
maxResultsPerQuery | integer | Cap results per query (or total, in Get all benefits mode). 0 = all. |
proxyConfiguration | object | Apify Proxy settings. Apify Proxy is on by default; Israeli residential is the most reliable for heavy use. |
Example input — search
{"searchQueries": ["מקדונלדס", "קפה"],"cardIds": ["הייטקזון", "006"],"sort": "price","maxResultsPerQuery": 25}
Example input — get all benefits for a card
{"browseAllBenefits": true,"cardIds": ["הייטקזון"]}
Output
Every benefit is one dataset row. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Example benefit row
{"recordType": "benefit","query": "מקדונלדס","name": "מקדונלד'ס PRO² shop","details": "גלידה פיצוץ · 5 ₪","cardType": "הייטקזון","category": "הייטקזון PRO²","priceNis": 5,"discountPct": 0,"url": "https://www.htzone.co.il/wallet_attraction_item/140141","imageUrl": "cards/htzone.jpg","views": 1023,"likes": 0,"benefitId": "001716507","extraInfo": null,"locations": [],"scrapedAt": "2026-05-31T13:40:14.663Z"}
Data fields
| Field | Description |
|---|---|
query | The search term that produced the row ((all benefits) in Get all benefits mode). |
name | Benefit name (first line of the benefit title). |
details | Remaining benefit description lines, joined with ·. |
cardType | Which card or club the benefit belongs to. |
category | Fid category for the benefit. |
priceNis | Benefit price in ₪. null for percentage-only benefits with no fixed price. |
discountPct | Discount percentage where the benefit is a % off. |
url | Direct redemption / landing link on the provider's site. |
imageUrl | Card / benefit image path. |
views, likes | In-app popularity counters. |
benefitId | Fid's internal benefit ID. |
extraInfo | Fine print / coupon notes, when present. |
How much does it cost?
This Actor calls a lightweight JSON API — no headless browser — so runs are cheap and fast. A handful of search queries finishes in seconds; Get all benefits takes a little longer (it scans ~77 category lookups) but is still inexpensive. On the Apify free tier, the platform credits comfortably cover regular use. Cost scales with how many queries you run, not with page rendering.
Tips & advanced options
- Compare cards for one store: list several cards in
cardIdsand search the store — every eligible benefit comes back tagged bycardType. - Get everything for your card: turn on Get all benefits, pick the card, leave queries empty.
- Find the cheapest / best deal: set
sorttopriceordiscount. - Incremental monitoring: schedule the Actor on your key stores and route new
benefitIds to a sheet or alert. - Hebrew in, Hebrew out: queries, card names, cities, and categories are all in Hebrew; results are Hebrew too.
- Proxy: the default Apify Proxy is fine for normal use; switch to Israeli residential if you run very frequently.
FAQ, disclaimers & support
Do I need a Fid account or login? No. Just enter your search terms and run — there's nothing to sign up for or configure.
Why is priceNis sometimes null? Fid uses a sentinel value for benefits that are a percentage discount rather than a fixed price; the Actor reports those as null price with a discountPct instead.
Why do I see only my selected card's benefits? When you pick a card, the Actor restricts results to that card and filters out unrelated programs Fid mixes in, so the output stays clean.
Is this affiliated with Fid? No. This is an independent, read-only Actor built on top of Fid's app API; the API is unofficial and may change. Use the extracted data in line with Fid's and each provider's Terms of Service, and only for purposes permitted by law.
Something looks off / I want a new field. Open an issue on the Actor's Issues tab with the input you used. Custom fields or a tailored version can be added on request.