siteUrl to scrape; trigger optionally records what initiated the scrape.{
"locationId": "TG9jYXRpb246MQ==",
"siteUrl": "https://example.com"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/scrape-location' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"locationId": "TG9jYXRpb246MQ==",
"siteUrl": "https://example.com"
}'{
"data": {
"scrapeLocation": {
"success": true,
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}