Wikipedia Page Search
/api/v2/wikipedia/page/search
API endpoint allows you to scrape Wikipedia search pages.
API Parameters
Name | Title | Type | Description |
---|---|---|---|
query * | Search a page | parameter | A company name or wikipedia slug (e.g `company walmart`). |
x_api_key * | Piloterr API key | parameter | Parameter defines the Piloterr private key to use. |
Endpoint
GET https://piloterr.com/api/v2/wikipedia/page/search?query=Walmart&x_api_key=xxxxxx
Example
{
"results": [
"Walmart",
"Walmarting",
"Criticism of Walmart",
"History of Walmart",
"Walmart shooting",
"Walmart (disambiguation)",
"Walmart Canada",
"People of Walmart",
"List of Walmart brands",
"Walmart Labs"
]
}