scrape_website
Extract clean, readable text from any website by removing ads and clutter, with optional deep scanning of contact and about pages to find contact information.
Instructions
Acessa um site, remove lixo/anúncios e extrai o texto legível e subpáginas de contato.
Args: url: URL completa do site (ex: https://empresa.com.br). deep_contacts: Se True, vasculha também páginas internas como /contato e /sobre.
Returns: Texto limpo e estruturado extraído da página.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| deep_contacts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |