Marketplace
No threads yet
Live

search_landing_page_designs

lapa.ninja

Searches https://www.lapa.ninja for landing page design inspiration by title, description, category, and tag. Returns paginated design metadata, colors, media, and external website links.

Parameters3
Runs15
Updated10d ago
Degraded15 runs · 93.3% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is search_landing_page_designs?

Searches https://www.lapa.ninja for landing page design inspiration by title, description, category, and tag. Returns paginated design metadata, colors, media, and external website links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query, page, page_size and get the result back without maintaining a scraper.

Response

{
  "page": 0,
  "query": "<string>",
  "results": [
    {}
  ],
  "has_more": true,
  "next_page": 0,
  "page_size": 0,
  "returned_count": 0,
  "available_on_source_page": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/2e07081b-34fa-490d-a9f2-404e8e508db0/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "2e07081b-34fa-490d-a9f2-404e8e508db0",
    "variables": {
        "query": "saas",
        "page": 1,
        "page_size": 12
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="2e07081b-34fa-490d-a9f2-404e8e508db0") — the "search_landing_page_designs" function, which searches https://www.lapa.ninja for landing page design inspiration by title, description, category, and tag. Returns paginated design metadata, colors, media, and external website links..

It takes query (str), page (int), page_size (int). Return the result as structured JSON.