zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Search Tools/Mojeek
Logo Mojeek

Mojeek

Performs web searches and returns ranked results with titles, URLs, and snippets.

1 endpoint1 endpoint on this scraper17 calls17 calls so farupdated 4 months agoLast updated 5/27/2026, 1:33:54 PMBusy: 10+ calls so farllms.txt
Endpoints1

Search

Returns web search results for a given query string.

GET/v1/search-tools:mojeek/search15m cache2 paramschecking key…
Parameters
querystringrequired

Search keyword

pagenumber

Result page (default 1, max 50)

·
Response
EXAMPLE
{
  "ok": true,
  "query": "pizza",
  "results": [
    {
      "url": "https://en.wikipedia.org/wiki/Pizza",
      "title": "Pizza - Wikipedia",
      "snippet": "The bottom of the pizza , called the \"crust\", may vary widely according to style—thin as in a typical hand-tossed Neapolitan pizza or thick as in a ..."
    },
    {
      "url": "https://www.pizzahut.com/",
      "title": "Pizza Delivery & Takeaway Near You | Pizza Hut UK",
      "snippet": "Treat yourself to the best pizza , sides and desserts from your nearest Pizza Hut. Get delivery or takeaway today."
    },
    {
      "url": "https://www.pizzaexpress.com/",
      "title": "Italian Restaurants Near You | Book a Table or Order Pizza",
      "snippet": "From our iconic Dough Balls to our thin and crispy Romana pizzas , enjoy all your favourites at home. ... them the good stuff with a pre-paid pizza ..."
    },
    {
      "url": "https://www.joespizzanyc.com/",
      "title": "Joe's Pizza",
      "snippet": "Established in 1975 by Joe Pozzuoli, who is originally from Naples, Italy, the birthplace of pizza , Joe's Pizza is a \"Greenwich Village institution ..."
    },
    {
      "url": "https://www.just-eat.co.uk/takeaway/nearme/pizza",
      "title": "Pizza Near Me: Takeaways & Delivery from best Restaurants |",
      "snippet": "Finding Pizza delivery or takeaway near you is easy with Just Eat! Simply enter your delivery address on our website or app, and we ll show you all ..."
    },
    {
      "url": "https://www.seriouseats.com/pizza-recipes-5117816",
      "title": "Pizza Recipes",
      "snippet": "Our crisp, crunchy, chewy, and cheesy pizza recipes include everything from classic Neapolitan and New York pies to Sicilian and Detroit-style."
    },
    {
      "url": "https://pdx.eater.com/maps/portland-oregon-best-pizza-pizzerias",
      "title": "The Best Pizza in Portland, Oregon | Eater Portland",
      "snippet": "The pizza residency inside Division’s Little Beast Brewing Beer Garden is a handsome match, as few things go together as well as craft beer and ..."
    },
    {
      "url": "https://tonyspizzanapoletana.com/",
      "title": "Tony’s Pizza Napoletana – Tony Gemignani – San Francisco,",
      "snippet": "Tony ’ s Pizza Napoletana, founded by 13-time World Pizza Champion Tony Gemignani, was inspired by a pizzeria in Naples, Italy."
    },
    {
      "url": "https://verygoodrecipes.com/pizza",
      "title": "Very Good Recipes of Pizza",
      "snippet": "Pizza night just got a cozy Italian twist with this cheesy pizza soup! Made with a rich tomato base, savory prosciutto, and golden broiled mozzarella ..."
    },
    {
      "url": "https://www.scottspizzatours.com/",
      "title": "New York City Pizza Tours and Events | Scott's Pizza Tours",
      "snippet": "Round burnt bubbles on the top and edge of a pizza crust, often associated with Neapolitan pizza and other pizzas baked with extreme top heat."
    }
  ]
}

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("search-tools:mojeek", "search", {
  "query": "pizza",
  "page": 1
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/search-tools:mojeek/search
2 params

Parameters

querystringrequired
Search keyword
pagenumberoptional
Result page (default 1, max 50)

Request

curl -X GET "https://api.zapi.ink/v1/search-tools:mojeek/search?query=pizza&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "query": "pizza",
  "results": [
    {
      "url": "https://en.wikipedia.org/wiki/Pizza",
      "title": "Pizza - Wikipedia",
      "snippet": "The bottom of the pizza , called the \"crust\", may vary widely according to style—thin as in a typical hand-tossed Neapolitan pizza or thick as in a ..."
    },
    {
      "url": "https://www.pizzahut.com/",
      "title": "Pizza Delivery & Takeaway Near You | Pizza Hut UK",
      "snippet": "Treat yourself to the best pizza , sides and desserts from your nearest Pizza Hut. Get delivery or takeaway today."
    },
    {
      "url": "https://www.pizzaexpress.com/",
      "title": "Italian Restaurants Near You | Book a Table or Order Pizza",
      "snippet": "From our iconic Dough Balls to our thin and crispy Romana pizzas , enjoy all your favourites at home. ... them the good stuff with a pre-paid pizza ..."
    },
    {
      "url": "https://www.joespizzanyc.com/",
      "title": "Joe's Pizza",
      "snippet": "Established in 1975 by Joe Pozzuoli, who is originally from Naples, Italy, the birthplace of pizza , Joe's Pizza is a \"Greenwich Village institution ..."
    },
    {
      "url": "https://www.just-eat.co.uk/takeaway/nearme/pizza",
      "title": "Pizza Near Me: Takeaways & Delivery from best Restaurants |",
      "snippet": "Finding Pizza delivery or takeaway near you is easy with Just Eat! Simply enter your delivery address on our website or app, and we ll show you all ..."
    },
    {
      "url": "https://www.seriouseats.com/pizza-recipes-5117816",
      "title": "Pizza Recipes",
      "snippet": "Our crisp, crunchy, chewy, and cheesy pizza recipes include everything from classic Neapolitan and New York pies to Sicilian and Detroit-style."
    },
    {
      "url": "https://pdx.eater.com/maps/portland-oregon-best-pizza-pizzerias",
      "title": "The Best Pizza in Portland, Oregon | Eater Portland",
      "snippet": "The pizza residency inside Division’s Little Beast Brewing Beer Garden is a handsome match, as few things go together as well as craft beer and ..."
    },
    {
      "url": "https://tonyspizzanapoletana.com/",
      "title": "Tony’s Pizza Napoletana – Tony Gemignani – San Francisco,",
      "snippet": "Tony ’ s Pizza Napoletana, founded by 13-time World Pizza Champion Tony Gemignani, was inspired by a pizzeria in Naples, Italy."
    },
    {
      "url": "https://verygoodrecipes.com/pizza",
      "title": "Very Good Recipes of Pizza",
      "snippet": "Pizza night just got a cozy Italian twist with this cheesy pizza soup! Made with a rich tomato base, savory prosciutto, and golden broiled mozzarella ..."
    },
    {
      "url": "https://www.scottspizzatours.com/",
      "title": "New York City Pizza Tours and Events | Scott's Pizza Tours",
      "snippet": "Round burnt bubbles on the top and edge of a pizza crust, often associated with Neapolitan pizza and other pizzas baked with extreme top heat."
    }
  ]
}

Related APIs

More in search-tools

Brave Search

search-toolsbrave

Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.

6.8K6.8K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Bing Search

search-toolsbing

Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region

7.5K7.5K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DuckDuckGo

search-toolsduckduckgo

DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet.

1.1K1.1K calls so far15mResponses cached for 15m
Busy: 10+ calls so far

GitHub Search

search-toolsgithub-code

Searches public code and repositories and returns matching file or repo metadata.

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

Wikipedia

search-toolswikipedia

Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman.

5454 calls so far3mResponses cached for 3m
Busy: 10+ calls so far

Stack Overflow

search-toolsstackoverflow

Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser/serverfault/askubuntu.

3737 calls so far3mResponses cached for 3m
Busy: 10+ calls so far
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.