Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle custom search REST number of results (num field)
    primarykey
    data
    text
    <p>I'm trying to figure out how to force google custom search to give me back 20 results per page. I've tried to send this REST request configuring my new Custom Search Engine to: Standard edition: Free, ads are required on results pages.</p> <p><a href="https://www.googleapis.com/customsearch/v1?key=AIzaSyCgGuZie_Xo-hOECNXOTKp5Yk7deryqro8&amp;cx=015864032944730029962:5ipe0q27hgy&amp;q=test&amp;alt=json&amp;num=20" rel="nofollow">https://www.googleapis.com/customsearch/v1?key=AIzaSyCgGuZie_Xo-hOECNXOTKp5Yk7deryqro8&amp;cx=015864032944730029962:5ipe0q27hgy&amp;q=test&amp;alt=json&amp;num=20</a></p> <p>IT NOT WORKS!</p> <p>but</p> <p><a href="https://www.googleapis.com/customsearch/v1?key=AIzaSyCgGuZie_Xo-hOECNXOTKp5Yk7deryqro8&amp;cx=015864032944730029962:5ipe0q27hgy&amp;q=test&amp;alt=json&amp;num=10" rel="nofollow">https://www.googleapis.com/customsearch/v1?key=AIzaSyCgGuZie_Xo-hOECNXOTKp5Yk7deryqro8&amp;cx=015864032944730029962:5ipe0q27hgy&amp;q=test&amp;alt=json&amp;num=10</a></p> <p>IT WORKS!</p> <p>But reading documentation at</p> <p><a href="https://developers.google.com/custom-search/docs/xml_results#numsp" rel="nofollow">https://developers.google.com/custom-search/docs/xml_results#numsp</a></p> <p>it says that:</p> <p>Optional. The num parameter identifies the number of search results to return.</p> <p>The default num value is 10, and the maximum value is 20. If you request more than 20 results, only 20 results will be returned.</p> <p>Note: If the total number of search results is less than the requested number of results, all available search results will be returned.</p> <p>Someone has experienced this problem?</p> <p>PS: I've tried also to send that REST request configuring my new Custom Search Engine to: Site Search: Starts at $100 per year, ads are optional on results pages.</p> <p>But nothing has changed no way to obtain 20 results in a request/page</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload