Skip to content
Update crawl authored by Clément Chastagnol's avatar Clément Chastagnol
# Point d'API - Texte pertinent du site web (crawl) # API Point - Website crawl relevant text
## Description ## Description
Ce point d'API vous permet de récupérer le texte pertinent issu du site web de l'entreprise. This API point allows you to get the relevant text from the company's website.
## Paramètres ## Parameters
Ce point d'API nécessite la permission `CRAWL`. The `CRAWL` permission is required to use this API point.
| Méthode | Path | Variables du path | Corps de la requête | | Méthode | Path | Variables du path | Corps de la requête |
| - | - | - | - | | - | - | - | - |
| `GET` | `/companies/{id}/crawl` | `id` Identifiant de l'entreprise sous le format `FR-{SIREN}` | | | `GET` | `/companies/{id}/crawl` | `id` is the company identifier, with the format `FR-{SIREN}` | |
## Format de retour ## Return format
Une ressource plein texte (`text/plain`) dans laquelle sont concaténées les différentes pages crawlées du site web. A plain text ressource (`text/plain`) in which the different crawled pages of the website are concatenated.
## Crédits ## Credits
Un crédit `COMPANY` sera consommé si l'entreprise n'a jamais été consultée auparavant. One `COMPANY` credit will be used if the company is seen for the first time.
Ce crédit vous permet également d'accéder aux [données structurées](/documentation-technique/entreprise) de l'entreprise. The credit for this company also allows you to consult the [structured data](technical-documentation/company) of the company.
## Test - cURL ## Test - cURL
`curl -XGET 'https://api.c-radar.com/v4/companies/FR-533735932/crawl' -u<email>` `email` est l'email de votre compte C-Radar. `curl -XGET 'https://api.c-radar.com/v4/companies/FR-533735932/crawl' -u<email>` where `email` is your C-Radar account email.
<br><br> <br><br>
[Retour](/documentation-technique#points-dapi) [Retour](/technical-documentation#api-points)
\ No newline at end of file \ No newline at end of file