Skip to content

Search Workers

Method: GET

Endpoint: /api/store

Send the request with query parameters. No authentication required.

The search parameter must be non-empty. An empty search returns an error.

Terminal window
curl "https://openapi.coreclaw.com/api/store?search=news&limit=10"
ParameterExampleTypeRequiredDescription
searchnewsStringYesSearch keyword (non-empty)
limit10IntegerYesMax number of results
{
"code": 0,
"message": "success",
"data": {
"scraper": [
{
"slug": "01KJXYJ7KCHXM0PDZHQD5293XE",
"title": "News Collection 20260305",
"description": "Collect news articles from major news websites"
}
]
}
}

The response array key is scraper (the API field name), but each entry represents a Worker.

ParameterExampleTypeDescription
code0IntegerGlobal status code
messagesuccessStringResponse message
data-ObjectResponse payload
ParameterExampleTypeDescription
scraper-ArrayList of Workers
ParameterExampleTypeDescription
slug01KJXYJ7KCHXM0PDZHQD5293XEStringUnique Worker identifier (scraper_slug)
titleNews Collection 20260305StringWorker title
descriptionCollect news articles from major news websitesStringWorker description