Core APIs
...
Yahoo
Core Requests

Search

3min

Yahoo Search Parameters

GET /search?engine=yahoo

The Yahoo Search Parameters are applicable when making a request with engine=yahoo to retrieve Yahoo search results for a given search term. The search term is specified in the q parameter.

Yahoo Search Results
Yahoo Search Results


For example, to request Yahoo search results for the keyword pizza , the request would be:

HTTP
Curl
Node.js
Python
PHP



Yahoo Search Parameters

The following parameters are available for all requests made when engine=yahoo .

Parameter

Required

Description

engine

required

Should be set to engine=yahoo .

q

required

The keyword you want to use to perform the search.

country_code

optional

The country_code parameter determines the country to show results from. View the full list of supported Yahoo country_code values view the Yahoo Country Codes reference .

page

optional

Determines the page of results to return, defaults to 1 .

max_page

optional

Use the max_page parameter to get multiple pages of results in one request. The API will automatically paginate through pages and concatenate the results into one response. See the Pagination docs for more information.



Next Steps      Yahoo Search Results

Updated 15 Aug 2024
Did this page help you?