google-search-results-java icon indicating copy to clipboard operation
google-search-results-java copied to clipboard

Google Search Results JAVA API via SerpApi

Results 4 google-search-results-java issues
Sort by recently updated
recently updated
newest added

I tried to clone this repo and run the demo ``` git clone https://github.com/serpapi/google_search_results_java.git cd google_search_results_java/demo make run api_key= ``` Upon running the `make run`, It shows ``` /bin/sh: ./gradlew:...

Hello, How do I get this library in maven? Could you please help? This is what I have in my pom.xml: ` com.github.serpapi google-search-results-java 2.0.3 ` and: ` jitpack.io https://www.jitpack.io...

I have the following piece of code written for a Spring Boot server ``` public void requestSerpApiServer() { Map parameter = new HashMap(); parameter.put("engine", "google_lens"); parameter.put("url", "https://i.imgur.com/HBrB8p0.png"); parameter.put("api_key", serpApiKey); GoogleSearch...