Executes a news search based on the provided query and parameters. Parameters may be provided as query strings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query text (required).
ISO Country code. Defaults to 'us' if not provided.
City location. Retrieve available cities from the /city_list endpoint.
Language code. Defaults to 'en' if not provided.
Time range filter. Allowed values: 'h' (past hour), 'd' (past day), 'w' (past week), 'm' (past month), 'y' (past year). If omitted, returns results from any time.
Number of results to return. Allowed values: 10, 20, 30, 50, 100. Defaults to 10.
Page number. Defaults to 1.