Marketplace
No threads yet
Live

search_listings

fr.wallapop.com

Search Wallapop SEO landing pages from https://fr.wallapop.com by category or keyword slug, returning up to 80 complete listing records with prices, availability flags, seller ratings, and suggested keywords.

Parameters1
Runs9
Updated10d ago
Operational9 runs · 100% 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_listings?

Search Wallapop SEO landing pages from https://fr.wallapop.com by category or keyword slug, returning up to 80 complete listing records with prices, availability flags, seller ratings, and suggested keywords. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug and get the result back without maintaining a scraper.

Response

{
  "slug": "<string>",
  "items": [
    {}
  ],
  "source_url": "<string>",
  "total_results": "<string>",
  "returned_count": 0,
  "suggested_keywords": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/4c54f39d-dbea-4a16-9eb4-79b602743ae9/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "4c54f39d-dbea-4a16-9eb4-79b602743ae9",
    "variables": {
        "slug": "moviles-telefonos/iphone"
    }
}'

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="4c54f39d-dbea-4a16-9eb4-79b602743ae9") — the "search_listings" function, which search Wallapop SEO landing pages from https://fr.wallapop.com by category or keyword slug, returning up to 80 complete listing records with prices, availability flags, seller ratings, and suggested keywords..

It takes slug (str). Return the result as structured JSON.