Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

different Result between programmable search engine and google custom search api

Hello all,

The result is different if i use the two tools with query :

q:www.welt.de/politik/ausland/article242634627/Korruptionsaffaere-CDU-Politiker-fordert-Pruefung-der- 

with  https://cse.google.com/cse?cx=my_cx#gsc.tab=0&gsc.q=www.welt.de%2Fpolitik%2Fausland%2Farticle242634627%2FKorruptionsaffaere-CDU-Politiker-fordert-Pruefung-der-&gsc.sort=  i got the result
but with custom search api i got no result :

params = {
    'key': 'API_KEY',
    'cx': my_cx',
}
response = requests.get('google_api_url, params=params)
 
Could help me to have the same result with custom search api. If it not possible why?
0 1 310
1 REPLY 1

We are also having similar issues. Search query results are not matching with Google search.