@@ -10,7 +10,7 @@ The `CRAWL` permission is required to use this API point.
...
@@ -10,7 +10,7 @@ The `CRAWL` permission is required to use this API point.
| Method | Path | Path variables | Request body |
| Method | Path | Path variables | Request body |
| - | - | - | - |
| - | - | - | - |
| `GET` | `/companies/{id}/crawl` | `id` is the company identifier, with the format `FR-{SIREN}` | |
| `GET` | `/companies/{id}/crawl` | `id` is the company identifier, with the format `{COUNTRY}-{LEGAL-ID}`, for instance FR-430007252 | |
## Return format
## Return format
...
@@ -24,8 +24,8 @@ The credit for this company also allows you to consult the [structured data](tec
...
@@ -24,8 +24,8 @@ The credit for this company also allows you to consult the [structured data](tec
## Test - cURL
## Test - cURL
`curl -XGET 'https://api.c-radar.com/v4/companies/FR-533735932/crawl' -u<email>` where `email` is your C-Radar account email.
`curl -XGET 'https://api-sales-marketing.sidetrade.net/explore/v4/companies/FR-533735932/crawl' -u<email>` where `email` is your Sidetrade Smart Explorer account email.