Giter Site home page Giter Site logo

Comments (3)

losredoe132 avatar losredoe132 commented on July 18, 2024

So i found out, that there is an upper limit for using the next_page endpoint.
"This role is not present if the current results are the last page. Note: This API returns up to the first 100 results only." (https://developers.google.com/custom-search/v1/using_rest)

"Note: The JSON API will never return more than 100 results, even if more than 100 documents match the query, so setting the sum of start + num to a number greater than 100 will produce an error. Also note that the maximum value for num is 10." (https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list)

Does anybody know a way to get more image than 100 images to a query?

from google-images-search.

arrrlo avatar arrrlo commented on July 18, 2024

Hi,

The lib knows about that and queries 10 by 10 images, with offset each time, to get to the desired number.
You can see in your error message that some of the params in the api query is num=1&start=212 - fetch one image with offset of 212.

So I guess it's not about the number of images.

Do you recognise any other patterns within this issue?

from google-images-search.

arrrlo avatar arrrlo commented on July 18, 2024

Looks like this is the issue:
#141

from google-images-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.