---
name: "unbrowse-eatigo.com"
description: "API skill for eatigo.com"
runtime: unbrowse
requires: ["unbrowse@>=6.7.0"]
domain: "eatigo.com"
skill_id: "zvhFLqnIqvKjGGIb-0NeY"
intent_signature: "eatigo.com"
intents:
  - "eatigo.com"
  - "browse eatigo.com"
endpoint_count: 19
version: "1.3.0"
updated_at: "2026-06-05T05:12:21.231Z"
publisher_agent_id: "848cb6762e0cbfd259a54650fa0aed08"
domain_verified: false
---
# eatigo.com

API skill for eatigo.com

## Provenance

- **Publisher**: `848cb6762e0c…`
- **Domain control**: not verified — `/.well-known/unbrowse-verify-*` HTTP probe

## Prerequisite

This skill is executed through the **unbrowse** runtime. Install once:

```bash
npx unbrowse@latest setup
```

unbrowse handles auth (browser cookies + JA4 TLS impersonation), caching, and the marketplace publish flywheel for every call. Direct curl will be blocked by anti-bot on most of these endpoints.

## Quick start

```bash
unbrowse resolve "eatigo.com"
```

`resolve` returns a ranked shortlist; the agent picks an endpoint and calls execute.

## Endpoints (19)

### Returns message details with code, content, and day mode

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/filters?region_id={region_id}`
- **Endpoint ID**: `Zx5dew6NOhgPFqqQ7UPgx`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint Zx5dew6NOhgPFqqQ7UPgx
```

### Returns message details with code and content

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/member`
- **Endpoint ID**: `q35Yg8JPEr1n_Wx8KsfYa`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint q35Yg8JPEr1n_Wx8KsfYa
```

### Returns resource details

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/restaurant?filter_regionid={filter_regionid}&sortby={sortby}&filter_tags={filter_tags}`
- **Endpoint ID**: `DO3WplSzbxR7a6RuhX7CI`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint DO3WplSzbxR7a6RuhX7CI
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/{region}/popular`
- **Endpoint ID**: `MOojnBz-JrKZcl-tZCqHO`
- **Idempotency**: safe
- **Verified**: unverified (reliability 1.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint MOojnBz-JrKZcl-tZCqHO
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/{region}/discount`
- **Endpoint ID**: `PtKZHpl8fMzM6ATm14NDD`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint PtKZHpl8fMzM6ATm14NDD
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/{region}/other-cities`
- **Endpoint ID**: `F-inyLEDQzSvXn-Y_Ib0B`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint F-inyLEDQzSvXn-Y_Ib0B
```

### Returns resource details

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/{id}/_payload.json?6c0ca896-65b1-48d1-9079-4573ee641c9d={query_6c0ca896_65b1_48d1_9079_4573ee641c9d}`
- **Endpoint ID**: `TTFtb19KsXI653iSQ7Jqn`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint TTFtb19KsXI653iSQ7Jqn
```

### Page content from eatigo

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/regions/27`
- **Endpoint ID**: `pKWWh6AxEuH4_yLWqI5uE`
- **Idempotency**: safe
- **Verified**: verified (reliability 0.70)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint pKWWh6AxEuH4_yLWqI5uE
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/restaurant?filter_regionid={filter_regionid}&size={size}&start={start}&sortby={sortby}`
- **Endpoint ID**: `VVc4dxazx-HQEW6dtyboJ`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint VVc4dxazx-HQEW6dtyboJ
```

### Searches messages with error, url, and statuscode

- **Method**: `GET`
- **URL**: `https://eatigo.com/api/v3/{id}/search?location_type={location_type}&location_id={location_id}&keyword={keyword}`
- **Endpoint ID**: `ebc74ja6nXm9SIYEWG-5Z`
- **Idempotency**: safe
- **Verified**: disabled (reliability 0.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint ebc74ja6nXm9SIYEWG-5Z
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/restaurant?filter_regionid={filter_regionid}&filter_keyword={filter_keyword}&size={size}&start={start}&sortby={sortby}`
- **Endpoint ID**: `H8czxaQrB3WUgDU3NXLq_`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint H8czxaQrB3WUgDU3NXLq_
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/27/discount`
- **Endpoint ID**: `WpBU9ooxaJxf0OlIKv_8e`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint WpBU9ooxaJxf0OlIKv_8e
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/27/popular`
- **Endpoint ID**: `sz10ktMW99WnPvwUJEsHQ`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint sz10ktMW99WnPvwUJEsHQ
```

### Returns messages with code, content, and counts

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/region/27/other-cities`
- **Endpoint ID**: `_7ALK3G3TbbrEOd5IWpXZ`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint _7ALK3G3TbbrEOd5IWpXZ
```

### Returns resource details with prerenderedat

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/about-us/_payload.json?6c0ca896-65b1-48d1-9079-4573ee641c9d={query_6c0ca896_65b1_48d1_9079_4573ee641c9d}`
- **Endpoint ID**: `3E-KgBhzZiez8irRc9f-O`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint 3E-KgBhzZiez8irRc9f-O
```

### Returns restaurant data

- **Method**: `GET`
- **URL**: `https://eatigo.com/v2/eatigo/restaurant?filter_regionid=27&size=50&start=0&sortby=popular`
- **Endpoint ID**: `1KQPZPkhaS8_xVL3yGoRg`
- **Idempotency**: safe
- **Verified**: verified (reliability 1.00)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint 1KQPZPkhaS8_xVL3yGoRg
```

### Returns resource details with prerenderedat

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/{id}/_payload.json?42139c1d-7dbb-4aa5-9700-163cdcf6d452={query_42139c1d_7dbb_4aa5_9700_163cdcf6d452}`
- **Endpoint ID**: `s4ATDMQV1CSzSaszIB5DI`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint s4ATDMQV1CSzSaszIB5DI
```

### Returns resource details

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/about-us/_payload.json?42139c1d-7dbb-4aa5-9700-163cdcf6d452={query_42139c1d_7dbb_4aa5_9700_163cdcf6d452}`
- **Endpoint ID**: `Wc0z_8WlUhs68JeqdHVh1`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint Wc0z_8WlUhs68JeqdHVh1
```

### Captured page artifact for browse eatigo

- **Method**: `GET`
- **URL**: `https://eatigo.com/en/regions/27/search`
- **Endpoint ID**: `OHmGpQZCOkpnbi04Eyxtc`
- **Idempotency**: safe
- **Verified**: verified (reliability 0.70)

**Call it via unbrowse:**

```bash
unbrowse execute --skill zvhFLqnIqvKjGGIb-0NeY --endpoint OHmGpQZCOkpnbi04Eyxtc
```

## Why this needs unbrowse

- **Auth**: most of these endpoints require session cookies. `unbrowse execute` pulls them from your real browser (Chrome/Arc/Brave/Edge/Vivaldi/Opera/Dia) and injects them.
- **TLS impersonation**: requests go through libcurl-impersonate with a Chrome 131 JA4 fingerprint. Anti-bot vendors (Cloudflare, PerimeterX, Datadome, Akamai) reject the default Node/Python TLS fingerprints.
- **Cache + flywheel**: every execute hits the marketplace cache first, then back-fills observed routes if the call goes through.

---
*Generated from observed routes by unbrowse v1.3.0. Skill ID: `zvhFLqnIqvKjGGIb-0NeY`.*
