source.import
ActiveTool of Create Web Page
Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks. Only works with public HTTP/HTTPS pages. Does not bypass login, CAPTCHA, or paywalls. Returns extracted fields and suggestedBlocks for use with page.create_from_brief.
Parameters schema
{
"type": "object",
"required": [
"sourceUrl"
],
"properties": {
"locale": {
"type": "string",
"description": "Preferred output locale if obvious from the conversation, such as es or en."
},
"sourceUrl": {
"type": "string",
"format": "uri",
"description": "Public http/https source URL to import."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries