zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Food & Drink/Resep Koki
Logo Resep Koki

Resep Koki

Scraper resep masakan Indonesia dari Resep Koki — pencarian, detail resep lengkap (bahan, langkah, durasi), dan resep terbaru.

3 endpoints3 endpoints on this scraper7 calls7 calls so farupdated 4 months agoLast updated 5/27/2026, 1:26:59 PMllms.txt
Endpoints3

3/3 passing
checked 20 hours ago · daily 01:00 WIB

Search

Cari resep berdasarkan keyword dengan pagination.

GET/v1/food:resepkoki/search3m cache2 paramschecking key…
Parameters
querystringrequired

Keyword pencarian resep

pagenumber

Halaman hasil (default 1, max 50)

·
Response
EXAMPLE
{
  "page": 1,
  "count": 13,
  "items": [
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-madu/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2021/12/Resep-Ayam-Goreng-Madu.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Goreng Madu",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-oatmeal/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2021/03/Resep-Ayam-Goreng-Oatmeal.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Goreng Oatmeal",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-sasando/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/02/Resep-Ayam-Goreng-Sasando.jpg?fit=640%2C742&ssl=1",
      "title": "Ayam Goreng Sasando",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-cabe/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/01/Resep-Ayam-Goreng-Cabe.jpg?fit=640%2C642&ssl=1",
      "title": "Ayam Goreng Cabe",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-terasi/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/01/Resep-Ayam-Goreng-Terasi.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Terasi",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-bawang/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/01/Resep-Ayam-Goreng-Bawang.jpg?fit=640%2C794&ssl=1",
      "title": "Ayam Goreng Bawang",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kfc-krispi/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/12/Resep-Ayam-Goreng-KFC.jpg?fit=640%2C610&ssl=1",
      "title": "Ayam Goreng KFC Krispi",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kalasan/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2017/12/Resep-Ayam-kalasan.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Kalasan",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-tulang-lunak/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/04/Resep-Ayam-goreng-tulang-lunak.jpg?fit=640%2C624&ssl=1",
      "title": "Ayam Goreng Tulang Lunak",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-lengkuas/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/10/Resep-Ayam-Goreng-Lengkuas.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Lengkuas",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kecap/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2017/01/Resep-Ayam-Goreng-Kecap.jpg?fit=640%2C622&ssl=1",
      "title": "Ayam Goreng Kecap",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-tepung/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/08/Resep-Ayam-Goreng-Tepung.jpg?fit=640%2C960&ssl=1",
      "title": "Ayam Goreng Tepung",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-padang/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/08/Resep-Ayam-Goreng-Padang.jpg?fit=640%2C960&ssl=1",
      "title": "Ayam Goreng Padang",
      "source": "resepkoki.id"
    }
  ],
  "hasMore": true,
  "nextPage": 2
}

Code

Search
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("food:resepkoki", "search", {
  "query": "ayam-goreng",
  "page": 1
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

3 endpoints · plain text
GET
Search/v1/food:resepkoki/search
2 params

Cari resep berdasarkan keyword dengan pagination.

Parameters

querystringrequired
Keyword pencarian resep
pagenumberoptional
Halaman hasil (default 1, max 50)

Request

curl -X GET "https://api.zapi.ink/v1/food:resepkoki/search?query=ayam-goreng&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 13,
  "items": [
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-madu/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2021/12/Resep-Ayam-Goreng-Madu.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Goreng Madu",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-oatmeal/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2021/03/Resep-Ayam-Goreng-Oatmeal.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Goreng Oatmeal",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-sasando/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/02/Resep-Ayam-Goreng-Sasando.jpg?fit=640%2C742&ssl=1",
      "title": "Ayam Goreng Sasando",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-cabe/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/01/Resep-Ayam-Goreng-Cabe.jpg?fit=640%2C642&ssl=1",
      "title": "Ayam Goreng Cabe",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-terasi/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2020/01/Resep-Ayam-Goreng-Terasi.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Terasi",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-bawang/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/01/Resep-Ayam-Goreng-Bawang.jpg?fit=640%2C794&ssl=1",
      "title": "Ayam Goreng Bawang",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kfc-krispi/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/12/Resep-Ayam-Goreng-KFC.jpg?fit=640%2C610&ssl=1",
      "title": "Ayam Goreng KFC Krispi",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kalasan/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2017/12/Resep-Ayam-kalasan.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Kalasan",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-tulang-lunak/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/04/Resep-Ayam-goreng-tulang-lunak.jpg?fit=640%2C624&ssl=1",
      "title": "Ayam Goreng Tulang Lunak",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-lengkuas/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2016/10/Resep-Ayam-Goreng-Lengkuas.jpg?fit=640%2C800&ssl=1",
      "title": "Ayam Goreng Lengkuas",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-kecap/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2017/01/Resep-Ayam-Goreng-Kecap.jpg?fit=640%2C622&ssl=1",
      "title": "Ayam Goreng Kecap",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-tepung/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/08/Resep-Ayam-Goreng-Tepung.jpg?fit=640%2C960&ssl=1",
      "title": "Ayam Goreng Tepung",
      "source": "resepkoki.id"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-goreng-padang/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2018/08/Resep-Ayam-Goreng-Padang.jpg?fit=640%2C960&ssl=1",
      "title": "Ayam Goreng Padang",
      "source": "resepkoki.id"
    }
  ],
  "hasMore": true,
  "nextPage": 2
}
GET
Detail Resep/v1/food:resepkoki/detail
1 param

Ambil detail lengkap resep dari URL — bahan, langkah, durasi, porsi.

Parameters

urlstringrequired
URL resep dari resepkoki.id

Request

curl -X GET "https://api.zapi.ink/v1/food:resepkoki/detail?url=https%3A%2F%2Fresepkoki.id%2Fresep%2Fresep-ayam-kecap%2F" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://resepkoki.id/resep/resep-ayam-kecap/",
  "tags": [
    "Resep Ayam Kecap"
  ],
  "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2019/11/Ayam-Kecap.jpg?fit=480%2C600&ssl=1",
  "steps": [
    "Siapkan ayam yang sudah dicuci bersih. Kucuri jeruk nipis, beri garam, merica, diamkan 10-15 menit.",
    "Sambil menunggu marinasi, iris bawang merah, cincang halus bawang putih, potong tomat jadi 4-6 bagian, iris serong daun bawang.",
    "Panaskan minyak secukupnya (sedikit sedang). Dalam minyak yang sudah panas goreng ayam sampai setengah matang, sisihkan.",
    "Panaskan 3 sdm minyak, tumis bawang merah, bawang putih, jahe, sampai harum. Gunakan minyak sisa menggoreng ayam, jika minyak terlalu banyak bisa buang sebagian.",
    "Masukkan tomat, lalu ayam yang sudah digoreng, aduk rata.",
    "Kemudian masukkan air, beri kecap manis, kecap asin, merica bubuk, saus tiram, dan kecap inggris. Masak sampai mendidih, kemudian koreksi rasanya.",
    "Masak sampai mengental, sambil sesekali dibalik.",
    "Sesaat sebelum mematikan api, taburi dengan daun bawang.",
    "Siap disajikan."
  ],
  "title": "Resep Ayam Kecap",
  "author": "admin",
  "source": "resepkoki.id",
  "summary": "Manis gurih ayam kecap bisa bikin santapan keluarga jadi terasa spesial. Ayam kecap sebenarnya cukup mudah dibuat, bahan-bahannya juga sederhana saja. Kalau bosan dengan ayam goreng biasa, resep yang satu ini bisa jadi pilihan. Untuk rasa yang lebih lezat dan meresap, gunakan bagian paha atau paha atas.",
  "category": "Ayam - Daging",
  "servings": "6 Servings",
  "ingredients": [
    "Ayam, potong sedang: 750 gram",
    "Bawang merah, iris tipis: 5 butir",
    "Bawang putih, cincang: 3 siung",
    "Daun bawang: 1 batang",
    "Jahe, geprek: 1 ruas",
    "Tomat, potong 8 bagian: 1 buah",
    "Kecap manis: 4 sdm",
    "Kecap asin: 1 sdm",
    "Garam: 1/2 sdt",
    "Saus tiram: 1 sdm",
    "Kecap inggris: 1 sdt",
    "Merica bubuk: 1/2 sdt",
    "Air: 250 ml",
    "Minyak goreng: secukupnya"
  ],
  "publishedAt": "2021-12-15"
}
GET
Resep Terbaru/v1/food:resepkoki/latest
2 params

Daftar resep terbaru, optional filter kategori.

Parameters

categorystringoptional
Slug kategori (opsional). Contoh: ayam-daging, ikan-seafood, sayur, kue-dessert. Kosongkan untuk homepage.
pagenumberoptional
Nomor halaman (default 1, max 50)

Request

curl -X GET "https://api.zapi.ink/v1/food:resepkoki/latest?category=ayam-daging&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://resepkoki.id/resep/resep-ayam-panidar/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/08/Resep-Ayam-Pinadar.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Panidar",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-toppa-lada/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/08/Resep-Toppa-Lada.jpg?fit=640%2C853&ssl=1",
      "title": "Toppa Lada",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-lawar-ayam/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/08/Resep-Lawar-Ayam.jpg?fit=640%2C853&ssl=1",
      "title": "Lawar Ayam",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-martabak-kari/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/08/Resep-Martabak-Kari.jpg?fit=640%2C853&ssl=1",
      "title": "Martabak Kari",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-sate-buntel/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/07/Resep-Sate-Buntel.jpg?fit=640%2C853&ssl=1",
      "title": "Sate Buntel",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-saus-barbeque/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/04/Resep-Saus-Barbeque.jpg?fit=640%2C853&ssl=1",
      "title": "Saus Barbeque",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-sosis-asam-manis/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/04/Resep-Sosis-Asam-Manis.jpg?fit=640%2C853&ssl=1",
      "title": "Sosis Asam Manis",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-bacem/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/04/Resep-Ayam-Bacem.jpg?fit=640%2C799&ssl=1",
      "title": "Ayam Bacem",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-bumbu-merah/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/03/Resep-Ayam-Bumbu-Merah.jpg?fit=640%2C853&ssl=1",
      "title": "Ayam Bumbu Merah",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    },
    {
      "url": "https://resepkoki.id/resep/resep-ayam-suwir-kecap/",
      "image": "https://i0.wp.com/resepkoki.id/wp-content/uploads/2022/03/Resep-Ayam-Suwir-Kecap.jpg?fit=640%2C897&ssl=1",
      "title": "Ayam Suwir Kecap",
      "source": "resepkoki.id",
      "category": "ayam-daging"
    }
  ],
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in food

GoFood

foodgofood

Cari restoran GoFood per kota/area & kategori masakan (data SSR). Catatan: detail menu per-resto tidak tersedia (di-gate WAF upstream).

163163 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Open Food Facts

foodopenfoodfacts

Retrieve product information, ingredients, and nutritional data from packaged foods.

1111 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Punch Drink

foodpunchdrink

Cocktail & drink recipe scraper untuk Punch Drink — cari resep cocktail, ambil detail (bahan, cara, garnish), dan koleksi terbaru.

66 calls so far10mResponses cached for 10m

Dapur Umami

fooddapurumami

Scraper resep Dapur Umami — kumpulan resep masakan Indonesia, pencarian by keyword, detail resep (bahan, langkah, durasi, porsi).

66 calls so far10mResponses cached for 10m

Cookpad

foodcookpad

Cookpad recipe scraper — cari resep berdasarkan kata kunci, ambil detail resep, bahan, langkah dan waktu.

66 calls so far1hResponses cached for 1h

Zomato

foodzomato

Data restoran Zomato: pencarian per kota/cuisine, detail restoran, menu, dan ulasan. Catatan: Zomato tidak beroperasi di Indonesia — gunakan kota pasar aktif (mis. bangalore, dubai).

44 calls so far10mResponses cached for 10m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.