# Fid Israeli Card Benefits & Discounts Scraper (`amrameng/fid-benefits-scraper`) Actor

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.

- **URL**: https://apify.com/amrameng/fid-benefits-scraper.md
- **Developed by:** [Amram Englander](https://apify.com/amrameng) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Fid Israeli Card Benefits & Discounts Scraper

Search **Israeli credit-card and membership-club benefits, discounts, vouchers, and gift cards** from [Fid](https://fidapp.org) — 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

1. Click **Try for free** / **Start**.
2. 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.
3. *(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.
4. *(Optional)* Set a **city** or **category** filter, or pick a **sort** order.
5. 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

```json
{
    "searchQueries": ["מקדונלדס", "קפה"],
    "cardIds": ["הייטקזון", "006"],
    "sort": "price",
    "maxResultsPerQuery": 25
}
````

#### Example input — get all benefits for a card

```json
{
    "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

```json
{
    "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 `cardIds` and search the store — every eligible benefit comes back tagged by `cardType`.
- **Get everything for your card:** turn on *Get all benefits*, pick the card, leave queries empty.
- **Find the cheapest / best deal:** set `sort` to `price` or `discount`.
- **Incremental monitoring:** schedule the Actor on your key stores and route new `benefitId`s 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.

# Actor input Schema

## `searchQueries` (type: `array`):

Hebrew terms to search for, e.g. "מקדונלדס", "קפה", "סרטים". Each query returns the matching benefits across your selected cards, with prices, discount %, and direct redemption links. Leave empty if you're using "Get all benefits" instead.

## `browseAllBenefits` (type: `boolean`):

Instead of typing search queries, tick this to extract ALL benefits for the card(s) selected below, deduplicated. Leave the cards empty to pull benefits across every card. Works by scanning Fid's category list (~77 lookups), so it takes a little longer than a single search.

## `cardIds` (type: `array`):

Pick one or more cards or membership clubs to scope results to. Leave empty to include ALL cards and clubs. Applies to both search and "Get all benefits".

## `city` (type: `string`):

Only return benefits available in this city, e.g. "תל אביב". Leave blank for all locations.

## `category` (type: `string`):

Only return benefits in this category, e.g. "מסעדות". Leave blank for all categories.

## `sort` (type: `string`):

How to order results: most viewed (default), cheapest first, or highest discount % first.

## `maxResultsPerQuery` (type: `integer`):

Cap how many benefits to keep per search query (after removing promo banners). In "Get all benefits" mode, caps the total unique benefits. Set 0 for all.

## `proxyConfiguration` (type: `object`):

Fid is an Israeli service. The Apify Proxy is used by default; an Israeli residential proxy is the most reliable option for heavy use but is not required.

## Actor input object example

```json
{
  "searchQueries": [
    "מקדונלדס"
  ],
  "browseAllBenefits": false,
  "cardIds": [],
  "sort": "views",
  "maxResultsPerQuery": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "מקדונלדס"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("amrameng/fid-benefits-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["מקדונלדס"],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("amrameng/fid-benefits-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "מקדונלדס"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call amrameng/fid-benefits-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=amrameng/fid-benefits-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fid Israeli Card Benefits & Discounts Scraper",
        "description": "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.",
        "version": "0.1",
        "x-build-id": "NM0pksCgHcGPujdCf"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/amrameng~fid-benefits-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-amrameng-fid-benefits-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/amrameng~fid-benefits-scraper/runs": {
            "post": {
                "operationId": "runs-sync-amrameng-fid-benefits-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/amrameng~fid-benefits-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-amrameng-fid-benefits-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQueries": {
                        "title": "Search queries (Hebrew)",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Hebrew terms to search for, e.g. \"מקדונלדס\", \"קפה\", \"סרטים\". Each query returns the matching benefits across your selected cards, with prices, discount %, and direct redemption links. Leave empty if you're using \"Get all benefits\" instead.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "browseAllBenefits": {
                        "title": "Get ALL benefits for the selected cards (no query needed)",
                        "type": "boolean",
                        "description": "Instead of typing search queries, tick this to extract ALL benefits for the card(s) selected below, deduplicated. Leave the cards empty to pull benefits across every card. Works by scanning Fid's category list (~77 lookups), so it takes a little longer than a single search.",
                        "default": false
                    },
                    "cardIds": {
                        "title": "Cards to search",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Pick one or more cards or membership clubs to scope results to. Leave empty to include ALL cards and clubs. Applies to both search and \"Get all benefits\".",
                        "items": {
                            "type": "string",
                            "enum": [
                                "003",
                                "022",
                                "001",
                                "004",
                                "002",
                                "156",
                                "038",
                                "065",
                                "064",
                                "036",
                                "037",
                                "106",
                                "005",
                                "013",
                                "134",
                                "159",
                                "070",
                                "008",
                                "041",
                                "042",
                                "073",
                                "074",
                                "191",
                                "192",
                                "214",
                                "213",
                                "086",
                                "021",
                                "015",
                                "131",
                                "137",
                                "149",
                                "014",
                                "012",
                                "029",
                                "006",
                                "085",
                                "007",
                                "031",
                                "072",
                                "054",
                                "010",
                                "028",
                                "059",
                                "033",
                                "011",
                                "017",
                                "024",
                                "150",
                                "020",
                                "040",
                                "066",
                                "056",
                                "164",
                                "047",
                                "128",
                                "089",
                                "048",
                                "063",
                                "127",
                                "129",
                                "130",
                                "133",
                                "148",
                                "162",
                                "105",
                                "203",
                                "139",
                                "153",
                                "009",
                                "081",
                                "205",
                                "060",
                                "087",
                                "069",
                                "044",
                                "045",
                                "193",
                                "018",
                                "046",
                                "114",
                                "112",
                                "113",
                                "026",
                                "151",
                                "052",
                                "061",
                                "095",
                                "067",
                                "132",
                                "100",
                                "099",
                                "077",
                                "160",
                                "169",
                                "187",
                                "138",
                                "194",
                                "199",
                                "053",
                                "215",
                                "216",
                                "136",
                                "110",
                                "050",
                                "051",
                                "083",
                                "125",
                                "126",
                                "098",
                                "154",
                                "186",
                                "108",
                                "107",
                                "204",
                                "039",
                                "043",
                                "049",
                                "103",
                                "168",
                                "068",
                                "102",
                                "170",
                                "032",
                                "016",
                                "023",
                                "075",
                                "019",
                                "116",
                                "165",
                                "196",
                                "197",
                                "163",
                                "055",
                                "057",
                                "094",
                                "157",
                                "058",
                                "140",
                                "027",
                                "030",
                                "034",
                                "035",
                                "143",
                                "142",
                                "141",
                                "189",
                                "202",
                                "062",
                                "076",
                                "078",
                                "082",
                                "084",
                                "104",
                                "135",
                                "092",
                                "093",
                                "091",
                                "155",
                                "206",
                                "207",
                                "208",
                                "209",
                                "096",
                                "211",
                                "212",
                                "167",
                                "195",
                                "144",
                                "146",
                                "145"
                            ],
                            "enumTitles": [
                                "כאל",
                                "דיינרס",
                                "ישראכרט",
                                "אמריקן אקספרס",
                                "מקס",
                                "מאסטרקארד",
                                "דיסקונט",
                                "מרכנתיל",
                                "פועלים וונדר",
                                "לאומי גודיז / לאומי בונוס",
                                "מזרחי טפחות",
                                "ביונד הבינלאומי",
                                "בהצדעה",
                                "קרנות השוטרים / קרנות הסוהרים",
                                "כרטיס נקודות שוטרים",
                                "כרטיס נקודות כבאות",
                                "איפ\"א",
                                "חבר קבע",
                                "חבר מח\"צ / חבר שלי",
                                "ארגון עובדי צה\"ל",
                                "ארגון נכי צה\"ל",
                                "כרטיס נקודות לאיש קבע (הכרטיס האפור)",
                                "כרטיס הכוכבים לחייל חובה",
                                "fighter מילואים פייטר",
                                "תוכנית עמית",
                                "שיקומי - Shikum. me",
                                "נכון",
                                "P100",
                                "יותר",
                                "עובדי משרד הבטחון",
                                "איחוד הצלה",
                                "תעשייה אווירית",
                                "חוגר צה\"ל",
                                "אשמורת - הסתדרות המורים",
                                "תמורה - ארגון המורים",
                                "הייטקזון",
                                "מצר",
                                "ביחד בשבילך",
                                "סילבר קארד וועד דרום",
                                "גולד צפון",
                                "יחד ההסתדרות הרפואית לישראל",
                                "שווה",
                                "שלך",
                                "שלך לגמלאי",
                                "טוב פלוס",
                                "הוט מועדון צרכנות",
                                "קורפורייט \\ CORPORATE",
                                "אקסטרה ממברס לשכת עורכי הדין ExtraMembers",
                                "היי בנפיט לשכת רואי חשבון Hi-Benefit",
                                "לשכת סוכני הביטוח",
                                "ארגון עובדי בנק הפועלים",
                                "B-Kef בזק",
                                "PeleFun פלאפאן",
                                "ארגון עובדי סלקום",
                                "כללית פנאי לעובדי כללית",
                                "עובדי מכבי שירותי בריאות",
                                "אסותא פאן",
                                "שחר- מהנדסים, אדריכלים ואקדמאים",
                                "אגד דרייבר",
                                "עובדי שופרסל",
                                "עובדי עיריית תל אביב",
                                "להב לשכת העצמאים בישראל",
                                "אינטל פלוס",
                                "ארגון המהנדסים והאדריכלים העצמאיים",
                                "אמדוקס",
                                "קוקה קולה",
                                "כח לעובדים",
                                "CashCal Pro",
                                "+CashBack(ישראכרט)",
                                "פיס פלוס (מפעל הפייס)",
                                "ביטוח ישיר",
                                "זמן הראל",
                                "דיגיתל",
                                "ירושלמי",
                                "ויגן אקטיב - vegan active",
                                "משקארד",
                                "פליי קארד / FLY CARD\r\nהנוסע המתמיד אל על",
                                "חתול פיננסי",
                                "לייף סטייל",
                                "Isracard Top / ישראכרט טופ",
                                "Isracard Top /ישרכארט טופ מהדרין",
                                "Extra Home דיינרס",
                                "Extra Family דיינרס",
                                "Living",
                                "כללית שלנו",
                                "PowerCard",
                                "DREAMCARD VIP / דריים קארד אשראי",
                                "מקס אקזקיוטיב",
                                "עדיף",
                                "אותי - עמותה ישראלית לאוטיזם",
                                "i need it",
                                "רעות תקני לי",
                                "אמריקן אקספרס עסקים",
                                "מועדון W",
                                "riseup / רייזאפ",
                                "מועדון המתנדבים",
                                "buffpay מועדון לגיימרים",
                                "Clal Pay",
                                "1824",
                                "ידיעות אחרונות",
                                "מכבי UpApp",
                                "כללית Active+",
                                "Samsung Members",
                                "FRIENDS",
                                "מגה לאן כללי",
                                "קופונופש",
                                "קניוני עזריאלי",
                                "קניוני עופר/Myofer",
                                "קרמל",
                                "Cashdo",
                                "Mami - מאמי",
                                "Myshops",
                                "באר המשאלות",
                                "Paybox פייבוקס",
                                "קשקאש KashCash",
                                "רמי לוי המועדון",
                                "שופרסל",
                                "ויקטורי",
                                "bitcard קרפור קלאב",
                                "WinCard+ מחסני השוק",
                                "שטראוס+",
                                "תן ביס",
                                "סיבוס",
                                "iStudent איי סטודנט",
                                "uniq",
                                "אוניברסיטת תל אביב TAU",
                                "סטודנט גרופ",
                                "קמפוסכרט",
                                "צעיר",
                                "My Max",
                                "My Cal",
                                "מפתח דיסקונט 14-18",
                                "Ofer Gift/עופר גיפטקארד",
                                "BUYME ביימי",
                                "Gift Card מקס",
                                "Gift Card Executive מקס",
                                "Super Gift Card מקס",
                                "DREAMCARD gift card / דרים קארד גיפט",
                                "LOVE gift card",
                                "תו הזהב",
                                "התו המלא - רמי לוי",
                                "תו פלוס",
                                "תו ביתן",
                                "נופשונית\\Swish Perfect",
                                "נופשונית\\Swish plus",
                                "נופשונית\\Swish baby",
                                "נופשונית\\Swish Premium",
                                "נופשונית\\Swish Unique",
                                "ויקטורי 100%",
                                "גלובל קארד - רעיונית",
                                "עזריאלי גיפטקארד",
                                "GiftCard Isracard (ישראכרט)",
                                "GiftCard Shopping (ישראכרט)",
                                "GiftCard (ישראכרט)",
                                "GiftCard Digitali (ישראכרט)",
                                "Gift Zone",
                                "Chef Zone",
                                "Spa Zone",
                                "All-In Zone",
                                "Baby Zone",
                                "Vacation Zone",
                                "Kosher Zone",
                                "Super Zone",
                                "XTRA SHOPPING גיפטקארד",
                                "XTRA FASHION גיפטקארד",
                                "XTRA MARKET גיפטקארד",
                                "מחסני השוק גיפטקארד Wincard",
                                "גיפתא",
                                "גולד קארד",
                                "New Card Just4u",
                                "+HappyGift"
                            ]
                        },
                        "default": []
                    },
                    "city": {
                        "title": "City filter",
                        "enum": [
                            "תל אביב",
                            "אילת",
                            "ירושלים",
                            "חיפה",
                            "באר שבע",
                            "ראשון לציון",
                            "פתח תקווה",
                            "נתניה",
                            "אשדוד",
                            "מודיעין",
                            "כפר סבא",
                            "הרצליה",
                            "חולון",
                            "רחובות",
                            "טבריה",
                            "אשקלון",
                            "חדרה",
                            "רמת גן",
                            "קרית מוצקין",
                            "עפולה",
                            "רעננה",
                            "נהריה",
                            "ים המלח",
                            "כרמיאל",
                            "דרום תל אביב",
                            "ראש העין",
                            "זכרון יעקב",
                            "נס ציונה",
                            "יבנה",
                            "בת ים",
                            "קרית אונו",
                            "הוד השרון",
                            "גבעתיים",
                            "מעלה אדומים",
                            "tel aviv",
                            "עכו",
                            "קרית ביאליק",
                            "קרית גת",
                            "גבעת שמואל",
                            "פתח תקוה",
                            "קרית שמונה",
                            "בית שמש",
                            "קרית אתא",
                            "קריית חיים",
                            "יהוד",
                            "בית שאן",
                            "רמלה",
                            "גדרה",
                            "ראש פינה",
                            "נתיבות",
                            "קיסריה",
                            "רמת השרון",
                            "לוד",
                            "נשר",
                            "יפו",
                            "כפר יונה",
                            "מצפה רמון",
                            "נתבג",
                            "מעלות תרשיחא",
                            "חריש",
                            "צפת",
                            "בני ברק",
                            "פרדס חנה כרכור",
                            "כנרת",
                            "תנובות",
                            "ערד",
                            "גבעת ברנר",
                            "יקנעם",
                            "קרית חיים",
                            "דימונה",
                            "גני תקווה",
                            "בנימינה גבעת עדה",
                            "מבשרת ציון",
                            "קריית גת",
                            "קריית שמונה",
                            "אור עקיבא",
                            "גן יבנה",
                            "באר יעקב",
                            "ירכא",
                            "קצרין",
                            "שוהם",
                            "אור יהודה",
                            "יקנעם עילית",
                            "קרית עקרון",
                            "כפר בלום",
                            "רמת ישי",
                            "נצרת",
                            "נמל תעופה בן גוריון",
                            "גן שמואל",
                            "נוף הגליל",
                            "הגושרים",
                            "יגור",
                            "כפר בילו",
                            "קריית מוצקין",
                            "צורן קדימה",
                            "קריית אונו",
                            "אופקים",
                            "טירת הכרמל",
                            "עין גדי",
                            "מגדל העמק",
                            "קריית ביאליק",
                            "עתלית",
                            "מרום גולן",
                            "רגבה",
                            "אבן יהודה",
                            "נטועה",
                            "שפיים",
                            "תל מונד",
                            "קריית אתא",
                            "דאלית אל כרמל עספיא",
                            "חרמון",
                            "חד נס",
                            "מבקיעים",
                            "קרית מלאכי",
                            "ראשלצ",
                            "דלתון",
                            "קרית טבעון",
                            "אלונים",
                            "מזכרת בתיה",
                            "מטולה",
                            "עין שמר",
                            "אמירים",
                            "בית אלפא",
                            "יהוד נווה אפרים",
                            "נווה זוהר",
                            "עין גב",
                            "עין זיוון",
                            "שבי ציון",
                            "גלבוע",
                            "יודפת",
                            "צובה",
                            "שדה בוקר",
                            "שילת",
                            "בית גוברין",
                            "דגניה א",
                            "מעלה גמלא",
                            "צופר",
                            "גבעת יואב",
                            "דגניה ב",
                            "ראש הנקרה",
                            "עין חרוד",
                            "עמק חפר",
                            "פרדסיה",
                            "ציפורי",
                            "שורש",
                            "בית ברל",
                            "בית הלל",
                            "גונן",
                            "גוש עציון",
                            "חצור אשדוד",
                            "כרמים",
                            "נצרת עילית",
                            "צור יצחק",
                            "אזור תעשייה אכזיב",
                            "אלקנה",
                            "אמונים",
                            "גבעת זאב",
                            "גינוסר",
                            "עין יהב",
                            "קרית ים",
                            "שואבה",
                            "אניעם",
                            "אפרתה",
                            "בית זית",
                            "טירה",
                            "יערה",
                            "מגידו",
                            "צומת ווסט   צפון הגולן",
                            "צוקים",
                            "רמות מנשה",
                            "קריית מלאכי",
                            "אבני איתן",
                            "אחיהוד",
                            "בית דגן",
                            "בית לחם הגלילית",
                            "הבונים",
                            "המושבה כנרת",
                            "כברי",
                            "כוכב יאיר",
                            "כפר תבור",
                            "מבוא מודיעים",
                            "מסדה",
                            "סביון",
                            "קבוצת כנרת",
                            "קריית עקרון",
                            "שילה",
                            "אבו גוש",
                            "אורנית",
                            "אשחר",
                            "בית יצחק שער חפר",
                            "בית נקופה",
                            "ביתן אהרן",
                            "בן שמן",
                            "האון",
                            "חגור",
                            "כחל",
                            "כפר חבד",
                            "כפר קאסם",
                            "מזרע",
                            "מחניים",
                            "מעלה החמישה",
                            "מרכז אזורי משגב",
                            "משמר השרון",
                            "נווה ירק",
                            "ניר דוד",
                            "עברון",
                            "עינת",
                            "צור הדסה",
                            "קדמה",
                            "שאר ישוב",
                            "קריית ים",
                            "אודם",
                            "איילת השחר",
                            "אילות",
                            "אליקים",
                            "אלקוש",
                            "אפיקים",
                            "באר טוביה",
                            "בית הלוי",
                            "בית חלקיה",
                            "בני עיש",
                            "גברעם",
                            "געש",
                            "דלייה",
                            "הושעיה",
                            "חמדת",
                            "חניתה",
                            "חספין",
                            "חפץ חיים",
                            "טורעאן",
                            "יטבתה",
                            "יסוד המעלה",
                            "ירוחם",
                            "כפר גלעדי",
                            "כפר ויתקין",
                            "כפר ורדים",
                            "מבוא חורון",
                            "מירון",
                            "מעיין צבי",
                            "מעלה גלבוע",
                            "מפעלי ים המלח",
                            "נווה דניאל",
                            "ניר אליהו",
                            "ניר עציון",
                            "עוספיא",
                            "עין הוד",
                            "עלמה",
                            "עמיעד",
                            "פלמחים",
                            "פרוד",
                            "ריינה",
                            "רמת אפעל",
                            "רמת דוד",
                            "שדות ים",
                            "אבן מנחם",
                            "אבנת",
                            "אלומה",
                            "אשדות יעקב",
                            "באקה אל גרביה",
                            "בארות יצחק",
                            "בית אריה",
                            "בית העמק",
                            "בית זרע",
                            "בית חורון",
                            "בית חשמונאי",
                            "בית יהושע",
                            "בית נחמיה",
                            "בית קמה",
                            "בית רימון",
                            "ברקאי",
                            "ברקת",
                            "גדיידה מכר",
                            "גדעונה",
                            "גינתון",
                            "גליל ים",
                            "דיר חנא",
                            "חוקוק",
                            "יד מרדכי",
                            "ינוב",
                            "יקום",
                            "כוכב מיכאל",
                            "כורזים",
                            "כפר הראה",
                            "כפר חיטים",
                            "כפר מסריק",
                            "כפר רופין",
                            "כפר שמריהו",
                            "לביא",
                            "להבות חביבה",
                            "מגאר",
                            "מיתר",
                            "מעונה",
                            "מצפה יריחו",
                            "מרחביה",
                            "מרכז שוהם",
                            "משמר דוד",
                            "נווה אטיב",
                            "נחשולים",
                            "ניר צבי",
                            "סאסא",
                            "עד הלום",
                            "עין כרמל",
                            "עין צורים",
                            "עלי זהב",
                            "עמיקם",
                            "פורייה עילית",
                            "פקיעין חדשה",
                            "צפרירים",
                            "קדומים",
                            "קרית ענבים",
                            "רבבה",
                            "רכסים",
                            "רמת רחל",
                            "שדה ורבורג",
                            "שדה יעקב",
                            "שובל",
                            "שעלבים",
                            "שפרעם",
                            "תל חי",
                            "קרית יערים",
                            "אבו רוקייק",
                            "אביבים",
                            "אבני חפץ",
                            "אילון",
                            "אודים",
                            "אלון שבות",
                            "אלוני הבשן",
                            "אליפלט",
                            "אלעזר",
                            "אפיק",
                            "בארי",
                            "בית אורן",
                            "בית אל",
                            "בית אלעזרי",
                            "בית ינאי",
                            "ביתר עילית",
                            "בן עמי",
                            "בני דרום",
                            "בני דרור",
                            "בני עטרות",
                            "בני ציון",
                            "בני ראם",
                            "בר יוחאי",
                            "ברוש",
                            "בת חפר",
                            "גלגוליה",
                            "גאולים",
                            "גבעת חיים",
                            "גיניגר",
                            "גמזו",
                            "גשר הזיו",
                            "דבירה",
                            "הודייה",
                            "הזורעים",
                            "החותרים",
                            "היוגב",
                            "העוגן",
                            "הר אדר",
                            "זרזיר",
                            "חולדה",
                            "חורפיש",
                            "חזון",
                            "חיננית",
                            "חירות",
                            "חצור הגלילית",
                            "חשמונאים",
                            "טייבה",
                            "טל שחר",
                            "טללים",
                            "יבניאל",
                            "יגל",
                            "יהל",
                            "יקיר",
                            "ישעי",
                            "כוכב השחר",
                            "כוכב יעקב",
                            "כישור",
                            "כמון",
                            "כפר אדומים",
                            "כפר ברוך",
                            "כפר גלים",
                            "כפר טרומן",
                            "כפר כמא",
                            "כפר מונש",
                            "כפר סאלד",
                            "כפר קרע",
                            "כפר תפוח",
                            "כרמי יוסף",
                            "לוחמי הגיטאות",
                            "לכיש",
                            "מבוא ביתר",
                            "מגדל שמס",
                            "מדרשת בן גוריון",
                            "מדרשת רופין",
                            "מורשת",
                            "מחולה",
                            "מחנה תל נוף",
                            "מעין ברוך",
                            "מפעלי ברקן",
                            "מצפה נטופה",
                            "מרכז אזורי כדורי",
                            "מרכז שפירא",
                            "משואות יצחק",
                            "משמר איילון",
                            "נאות גולן",
                            "נאות הכיכר",
                            "נאות מרדכי",
                            "נווה אור",
                            "נווה אילן",
                            "נווה ימין",
                            "נחושה",
                            "ניצנה",
                            "ניצנים",
                            "ניר בנים",
                            "נעלה",
                            "סגולה",
                            "סחנין",
                            "עולש",
                            "עזריאל",
                            "עילבון",
                            "עין הבשור",
                            "עין השופט",
                            "עין כרם ביס חקלאי",
                            "עלומים",
                            "עמק יזראל",
                            "עראבה",
                            "פצאל",
                            "צרופה",
                            "צריפין",
                            "צרעה",
                            "קדר",
                            "קדרים",
                            "קטורה",
                            "קליה",
                            "קלע",
                            "קריית ארבע",
                            "קרני שומרון",
                            "רמת יוחנן",
                            "רקפת",
                            "שדה אליעזר",
                            "שדות מיכה",
                            "שדי תרומות",
                            "שדמות דבורה",
                            "שחרות",
                            "שכניה",
                            "שמשית",
                            "שערי תקווה",
                            "שריגים",
                            "תאשור",
                            "תל יצחק",
                            "תל קציר",
                            "תעשיון גליל תחתון",
                            "קרית ארבע",
                            "אבו גווייעד",
                            "אבו סנאן",
                            "אבו סריחאן",
                            "אבו עבדון",
                            "אבו עמרה",
                            "אבו קורינאת",
                            "אבטין",
                            "אבטליון",
                            "אביחיל",
                            "אביעזר",
                            "אבירים",
                            "אבן ספיר",
                            "אבן שמואל",
                            "אדורה",
                            "אדירים",
                            "אדמית",
                            "אום אל קוטוף",
                            "אום אלפאחם",
                            "אומן",
                            "אור הגנוז",
                            "אור הנר",
                            "אורון",
                            "אורות",
                            "אורנים",
                            "אושה",
                            "אחווה",
                            "אחוזם",
                            "אחוזת ברק",
                            "אחיטוב",
                            "אחיסמך",
                            "אחיעזר",
                            "אטרש",
                            "איבים",
                            "אילנייה",
                            "איתנים",
                            "אכסאל",
                            "אל  עזי",
                            "אל  עריאן",
                            "אל  רום",
                            "אלומות",
                            "אלון הגליל",
                            "אלון מורה",
                            "אלוני אבא",
                            "אלוני יצחק",
                            "אלי עד",
                            "אליכין",
                            "אליפז",
                            "אלישיב",
                            "אלישמע",
                            "אלמגור",
                            "אלפי מנשה",
                            "אמציה",
                            "אעבלין",
                            "אעצם",
                            "אפיניש",
                            "אפעל מרכז סמינריוני",
                            "ארגמן",
                            "ארסוף",
                            "אשבול",
                            "אשבל",
                            "אשכולות",
                            "אשל הנשיא",
                            "אשלים",
                            "אשרת",
                            "אשתאול",
                            "באקה גת",
                            "באר אורה",
                            "בארותיים",
                            "בוסתן הגליל",
                            "בועיינה נוגידאת",
                            "בוקעאתא",
                            "בורגתה",
                            "בחן",
                            "ביצרון",
                            "ביר אל מכסור",
                            "ביר הדאג",
                            "בירייה",
                            "בית גאן",
                            "בית גמליאל",
                            "בית הגדי",
                            "בית הערבה",
                            "בית השיטה",
                            "בית זיד",
                            "בית חירות",
                            "בית חנן",
                            "בית חנניה",
                            "בית יוסף",
                            "בית מאיר",
                            "בית ניר",
                            "בית עובד",
                            "בית עוזיאל",
                            "בית עזרא",
                            "בית עריף",
                            "בית צבי",
                            "בית קשת",
                            "בית שערים",
                            "בית שקמה",
                            "בלפוריה",
                            "בן זכאי",
                            "בסמה",
                            "בסמת טבעון",
                            "בענה",
                            "בצרה",
                            "בקוע",
                            "בקעות",
                            "בר גיורא",
                            "ברור חיל",
                            "ברכיה",
                            "ברתה",
                            "בת הדר",
                            "בת חן",
                            "בת חצור",
                            "בת עין",
                            "בת שלמה",
                            "בתי זיקוק   קישון",
                            "גוליס",
                            "גנאביב",
                            "גסר א זרקא",
                            "גאולי תימן",
                            "גאליה",
                            "גבולות",
                            "גבים",
                            "גבע בנימין",
                            "גבע כרמל",
                            "גבעולים",
                            "גבעון החדשה",
                            "גבעות בר",
                            "גבעת אבני",
                            "גבעת אלה",
                            "גבעת השלושה",
                            "גבעת חן",
                            "גבעת חביבה",
                            "גבעת יערים",
                            "גבעת ישעיהו",
                            "גבעת כח",
                            "גבעת נילי",
                            "גבעת עוז",
                            "גבעת שמש",
                            "גבעת שפירא",
                            "גדיש",
                            "גורנות הגליל",
                            "גוש חלב",
                            "גזית",
                            "גיאה",
                            "גיבתון",
                            "גיזו",
                            "גילון",
                            "גילת",
                            "גיתה",
                            "גיתית",
                            "גלאון",
                            "גלגל",
                            "גן הדרום",
                            "גן השומרון",
                            "גן חיים",
                            "גן יאשיה",
                            "גן נר",
                            "גן שורק",
                            "גן שלמה",
                            "גנות",
                            "גנות הדר",
                            "גני הדר",
                            "גני יוחנן",
                            "גני עם",
                            "געתון",
                            "גרופית",
                            "גשור",
                            "גת רימון",
                            "דבוריה",
                            "דברת",
                            "דובב",
                            "דולב",
                            "דורות",
                            "דחי",
                            "דייר אל אסד",
                            "דייר חנא",
                            "דייר ראפאת",
                            "דישון",
                            "דמיידה",
                            "דריגאת",
                            "הדר עם",
                            "הודיות",
                            "הוואשלה",
                            "הוזייל",
                            "המעפיל",
                            "המרכז למחקר נחל שורק",
                            "הסוללים",
                            "הר גילה",
                            "הר עמשא",
                            "הררית",
                            "ורד יריחו",
                            "ורדון",
                            "זבארגה",
                            "זבדיאל",
                            "זיקים",
                            "זיתן",
                            "זכריה",
                            "זנוח",
                            "זרועה",
                            "זרחיה",
                            "חואלד",
                            "חבצלת השרון",
                            "חגלה",
                            "חדיד",
                            "חוגייראת",
                            "חולית",
                            "חולתה",
                            "חומש",
                            "חוסנייה",
                            "חופית",
                            "חורה",
                            "חורשים",
                            "חיבת ציון",
                            "חלוץ",
                            "חלמיש",
                            "חלץ",
                            "חמד",
                            "חמרה",
                            "חניאל",
                            "חנתון",
                            "חפצי בה",
                            "חצבה",
                            "חצרים",
                            "חרב לאת",
                            "חרוצים",
                            "חרמש",
                            "חרשים",
                            "טובא זנגריה",
                            "טירת יהודה",
                            "טירת צבי",
                            "טל אל",
                            "טלמון",
                            "טמרה",
                            "טנא",
                            "טפחות",
                            "יאנוח גת",
                            "יבול",
                            "יד בנימין",
                            "יד השמונה",
                            "יד חנה",
                            "יד נתן",
                            "יד רמבם",
                            "ידידה",
                            "יובלים",
                            "יושיביה",
                            "יזרעאל",
                            "יחיעם",
                            "ייטב",
                            "יכיני",
                            "יסעור",
                            "יעף",
                            "יפיע",
                            "יצהר",
                            "יציץ",
                            "יראון",
                            "ירדנה",
                            "ירחיב",
                            "ירקונה",
                            "ישע",
                            "ישרש",
                            "יתד",
                            "כאבול",
                            "כאוכב אבו אל היגא",
                            "כיסופים",
                            "כליל",
                            "כלנית",
                            "כמאנה",
                            "כמהין",
                            "כנף",
                            "כסיפה",
                            "כסלון",
                            "כסרא סמיע",
                            "כעביה טבאש חגאגרה",
                            "כפר אביב",
                            "כפר אוריה",
                            "כפר אזר",
                            "כפר אחים",
                            "כפר ביאליק",
                            "כפר בן נון",
                            "כפר ברא",
                            "כפר גדעון",
                            "כפר גליקסון",
                            "כפר דניאל",
                            "כפר האורנים",
                            "כפר החורש",
                            "כפר המכבי",
                            "כפר הנגיד",
                            "כפר הנוער הדתי",
                            "כפר הנשיא",
                            "כפר הס",
                            "כפר הריף",
                            "כפר ורבורג",
                            "כפר זוהרים",
                            "כפר זיתים",
                            "כפר חושן",
                            "כפר חיים",
                            "כפר חנניה",
                            "כפר חסידים א",
                            "כפר חסידים ב",
                            "כפר חרוב",
                            "כפר יאסיף",
                            "כפר ידידיה",
                            "כפר יהושע",
                            "כפר יחזקאל",
                            "כפר יעבץ",
                            "כפר כנא",
                            "כפר מאגר",
                            "כפר מימון",
                            "כפר מכר",
                            "כפר מלל",
                            "כפר מנדא",
                            "כפר מנחם",
                            "כפר מצר",
                            "כפר מרדכי",
                            "כפר מרר",
                            "כפר נטר",
                            "כפר סילבר",
                            "כפר סירקין",
                            "כפר עבודה",
                            "כפר עזה",
                            "כפר עציון",
                            "כפר פינס",
                            "כפר קיש",
                            "כפר רוזנואלד",
                            "כפר רות",
                            "כפר שמאי",
                            "כפר שמואל",
                            "כרכום",
                            "כרם בן זמרה",
                            "כרם בן שמן",
                            "כרם יבנה",
                            "כרם מהרל",
                            "כרם שלום",
                            "כרמי צור",
                            "כרמיה",
                            "לבון",
                            "להבות הבשן",
                            "להבים",
                            "לוזית",
                            "לוטם",
                            "לוטן",
                            "לימן",
                            "לפיד",
                            "לפידות",
                            "לקיה",
                            "מאיר שפיה",
                            "מבוא דותן",
                            "מבוא חמה",
                            "מבואות ים",
                            "מבועים",
                            "מבטחים",
                            "מגד אל כרום",
                            "מגדים",
                            "מגדל עוז",
                            "מגדל תפן",
                            "מגדלים",
                            "מגל",
                            "מגן שאול",
                            "מגשימים",
                            "מדרך עוז",
                            "מולדת",
                            "מוצא עילית",
                            "מוקייבלה",
                            "מזרעה",
                            "מחנה טלי",
                            "מחנה יתיר",
                            "מחסיה",
                            "מטע",
                            "מי עמי",
                            "מייסר",
                            "מיצר",
                            "מישר",
                            "מכורה",
                            "מכחול",
                            "מכמורת",
                            "מכמנים",
                            "מלילות",
                            "מלכייה",
                            "מלכישוע",
                            "מנוף",
                            "מנחמיה",
                            "מנרה",
                            "מנשית זבדה",
                            "מסד",
                            "מסילות",
                            "מסילת ציון",
                            "מעברות",
                            "מעגלים",
                            "מעגן",
                            "מעגן מיכאל",
                            "מעוז חיים",
                            "מעיליא",
                            "מעלה אפרים",
                            "מעלה לבונה",
                            "מעלה מכמש",
                            "מעלה עירון",
                            "מעלה עמוס",
                            "מעלה שומרון",
                            "מענית",
                            "מפלסים",
                            "מפעלי אבשלום",
                            "מפעלי גלבוע",
                            "מפעלי גרנות",
                            "מפעלי יזרעאל",
                            "מפעלי צומת מלאכי",
                            "מפעלי שאן",
                            "מצדות יהודה",
                            "מצובה",
                            "מצליח",
                            "מצפה אביב",
                            "מצפה שלם",
                            "מצר",
                            "מקווה ישראל",
                            "מרגליות",
                            "מרחב עם",
                            "מרכז אזורי מרום הגליל",
                            "מרכז כח",
                            "משאבי שדה",
                            "משגב דב",
                            "משגב עם",
                            "משהד",
                            "משואה",
                            "משכיות",
                            "משמר הירדן",
                            "משמר הנגב",
                            "משמר העמק",
                            "משמר השבעה",
                            "משמרות",
                            "משמרת",
                            "משען",
                            "מתתיהו",
                            "נאות סמדר",
                            "נאעורה",
                            "נבטים",
                            "נגבה",
                            "נגוהות",
                            "נהורה",
                            "נהלל",
                            "נוגה",
                            "נווה אבות",
                            "נווה איתן",
                            "נווה אפעל",
                            "נווה זיו",
                            "נווה חריף",
                            "נווה ים",
                            "נווה מבטח",
                            "נווה מיכאל",
                            "נווה שלום",
                            "נוף איילון",
                            "נופית",
                            "נופך",
                            "נוקדים",
                            "נורדייה",
                            "נחל עוז",
                            "נחלה",
                            "נחליאל",
                            "נחף",
                            "נחשון",
                            "נחשונים",
                            "נטור",
                            "נטעים",
                            "נטף",
                            "ניצני סיני",
                            "ניצני עוז",
                            "ניר גלים",
                            "ניר חן",
                            "ניר יפה",
                            "ניר יצחק",
                            "ניר ישראל",
                            "ניר משה",
                            "ניר עוז",
                            "ניר עם",
                            "ניר עקיבא",
                            "נירים",
                            "נירן",
                            "נס הרים",
                            "נס עמים",
                            "נען",
                            "נצאצרה",
                            "נצר סרני",
                            "נתיב הגדוד",
                            "נתיב הלה",
                            "נתיב העשרה",
                            "נתיב השיירה",
                            "סאגור",
                            "סואעד",
                            "סוסיה",
                            "סופה",
                            "סלמה",
                            "סלעית",
                            "סמר",
                            "סנסנה",
                            "סתריה",
                            "עגר",
                            "עבדון",
                            "עגור",
                            "עדנים",
                            "עוזה",
                            "עוזייר",
                            "עופר",
                            "עוצם",
                            "עוקבי",
                            "עזוז",
                            "עזריה",
                            "עזריקם",
                            "עטאוונה",
                            "עטרת",
                            "עילוט",
                            "עין איילה",
                            "עין אל אסד",
                            "עין דור",
                            "עין החורש",
                            "עין המפרץ",
                            "עין הנציב",
                            "עין העמק",
                            "עין השלושה",
                            "עין ורד",
                            "עין חוד",
                            "עין חצבה",
                            "עין חרוד איחוד",
                            "עין יעקב",
                            "עין מאהל",
                            "עין נקובא",
                            "עין עירון",
                            "עין קנייא",
                            "עין ראפה",
                            "עין שריד",
                            "עין תמר",
                            "עיר אובות",
                            "עלמון",
                            "עמוקה",
                            "עמינדב",
                            "עמיעוז",
                            "עמקה",
                            "ענב",
                            "עץ אפרים",
                            "עראמשה",
                            "ערוגות",
                            "ערערה",
                            "ערערה בנגב",
                            "עשרת",
                            "עתניאל",
                            "פארן",
                            "פדואל",
                            "פדויים",
                            "פדיה",
                            "פוריידיס",
                            "פורייה   כפר עבודה",
                            "פורייה   נווה עובד",
                            "פלך",
                            "פני חבר",
                            "פסוטה",
                            "פעמי תשז",
                            "פקיעין",
                            "פרזון",
                            "פרי גן",
                            "פתחיה",
                            "צאלים",
                            "צבעון",
                            "צוחר",
                            "צומת עד הלום",
                            "צופים",
                            "צופית",
                            "צוקי ים",
                            "צור יגאל",
                            "צור משה",
                            "צור נתן",
                            "צוריאל",
                            "צורית",
                            "צלפון",
                            "צנדלה",
                            "צפריה",
                            "קבוצת יבנה",
                            "קדמת צבי",
                            "קדרון",
                            "קודייראת א צאנע",
                            "קוואעין",
                            "קוממיות",
                            "קורנית",
                            "קיראון",
                            "קלחים",
                            "קלנסווה",
                            "קציר",
                            "קצר א סר",
                            "קריית יערים",
                            "קריית נטפים",
                            "ראמה",
                            "ראס אל עין",
                            "ראס עלי",
                            "ראש צורים",
                            "רבדים",
                            "רביבים",
                            "רביד",
                            "רגבים",
                            "רהט",
                            "רווחה",
                            "רוויה",
                            "רוחמה",
                            "רומאנה",
                            "רומת הייב",
                            "ריחאנייה",
                            "ריחן",
                            "רינתיה",
                            "רם און",
                            "רמות השבים",
                            "רמות מאיר",
                            "רמות נפתלי",
                            "רמת הכובש",
                            "רמת השופט",
                            "רמת חובב",
                            "רמת מגשימים",
                            "רמת פנקס",
                            "רמת צבי",
                            "רמת רזיאל",
                            "רנתיס",
                            "רעים",
                            "רשפון",
                            "רשפים",
                            "רתמים",
                            "שא נור",
                            "שבי שומרון",
                            "שבלי   אום אל גנם",
                            "שגב שלום",
                            "שגור",
                            "שדה אילן",
                            "שדה אליהו",
                            "שדה דוד",
                            "שדה יואב",
                            "שדה יצחק",
                            "שדה משה",
                            "שדה נחום",
                            "שדה נחמיה",
                            "שדה ניצן",
                            "שדה עוזיהו",
                            "שדה צבי",
                            "שדי אברהם",
                            "שדי חמד",
                            "שדמה",
                            "שדמות מחולה",
                            "שובה",
                            "שומרה",
                            "שומרייה",
                            "שוקדה",
                            "שורשים",
                            "שושנת העמקים",
                            "שיבולים",
                            "שייח דנון",
                            "שלוחות",
                            "שלומציון",
                            "שמעה",
                            "שניר",
                            "שער אפרים",
                            "שער הגולן",
                            "שער הנגב",
                            "שער העמקים",
                            "שער מנשה",
                            "שערי אברהם",
                            "שריד",
                            "שתולה",
                            "שתולים",
                            "תדהר",
                            "תובל",
                            "תושייה",
                            "תימורים",
                            "תירוש",
                            "תל יוסף",
                            "תל עדשים",
                            "תל שבע",
                            "תל תאומים",
                            "תלמי אליהו",
                            "תלמי אלעזר",
                            "תלמי בילו",
                            "תלמי יוסף",
                            "תלמי יחיאל",
                            "תלמי יפה",
                            "תלמים",
                            "תמרת",
                            "תעוז",
                            "תעשיון בר לב",
                            "תעשיון דלתון",
                            "תעשיון חוף יבנה",
                            "תפרח",
                            "תקומה",
                            "תקוע",
                            "תראבין א צאנע",
                            "תרדיון",
                            "תרום",
                            "י   ם",
                            "קרית נטפים",
                            "קריית טבעון",
                            "קריית ענבים",
                            "עין קיניא"
                        ],
                        "type": "string",
                        "description": "Only return benefits available in this city, e.g. \"תל אביב\". Leave blank for all locations."
                    },
                    "category": {
                        "title": "Category filter (Hebrew)",
                        "type": "string",
                        "description": "Only return benefits in this category, e.g. \"מסעדות\". Leave blank for all categories."
                    },
                    "sort": {
                        "title": "Sort results by",
                        "enum": [
                            "views",
                            "price",
                            "discount"
                        ],
                        "type": "string",
                        "description": "How to order results: most viewed (default), cheapest first, or highest discount % first.",
                        "default": "views"
                    },
                    "maxResultsPerQuery": {
                        "title": "Max results per query",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap how many benefits to keep per search query (after removing promo banners). In \"Get all benefits\" mode, caps the total unique benefits. Set 0 for all.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Fid is an Israeli service. The Apify Proxy is used by default; an Israeli residential proxy is the most reliable option for heavy use but is not required.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
