When I do a site-specific search on google.com:
I get 12 results. I signed up for a custom search engine (cx: 015271449006306103053:mz6wkimeenc
) and API key, and I get only 3 results when I run the same search:
$ curl 'https://www.googleapis.com/customsearch/v1?key=$MY_API_KEY&cx=015271449006306103053%3Amz6wkimeenc&q=security'
Why do the results differ? Is my API request actually querying something different than the search I performed on google.com?