Ask Raccoon to do any task on any website or extract data after a deep search
POST
/
lam
/
run
Lam Run Endpoint
Copy
curl --request POST \ --url https://api.raccoonai.tech/lam/run \ --header 'Content-Type: application/json' \ --header 'raccoon-secret-key: <api-key>' \ --data '{ "query": "Find YCombinator startups who got funded in W24.", "chat_history": [], "app_url": "https://www.ycombinator.com/companies", "schema": { "address": { "city": "What city is the company located in?", "country": "Which country is the company located in?" }, "funding_season": "The funding season like W24 as a string", "name": "Name of the company as a string" }, "max_count": 5, "stream": true, "mode": "deepsearch", "raccoon_passcode": "<end-user-raccoon-passcode>", "advanced": { "block_ads": true, "proxy": { "city": "sanfrancisco", "country": "us", "state": "ca", "zip": 94102 }, "solve_captchas": true }}'
curl --request POST \ --url https://api.raccoonai.tech/lam/run \ --header 'Content-Type: application/json' \ --header 'raccoon-secret-key: <api-key>' \ --data '{ "query": "Find YCombinator startups who got funded in W24.", "chat_history": [], "app_url": "https://www.ycombinator.com/companies", "schema": { "address": { "city": "What city is the company located in?", "country": "Which country is the company located in?" }, "funding_season": "The funding season like W24 as a string", "name": "Name of the company as a string" }, "max_count": 5, "stream": true, "mode": "deepsearch", "raccoon_passcode": "<end-user-raccoon-passcode>", "advanced": { "block_ads": true, "proxy": { "city": "sanfrancisco", "country": "us", "state": "ca", "zip": 94102 }, "solve_captchas": true }}'