Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

I have a Consumption Logic App that retrieves two secrets from Key Vault (GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID) and then calls Google Custom Search (customsearch.googleapis.com/customsearch/v1) ...
0 votes
1 answer
87 views

I'm using the Javascript callback in Google Custom Search to style the web search results. https://developers.google.com/custom-search/docs/more_examples I need to figure out a way using the ...
2 votes
1 answer
100 views

I'm using the Javascript callback in Google Custom Search to style the web search results. https://developers.google.com/custom-search/docs/more_examples One problem I have is with a simple loop to ...
1 vote
0 answers
155 views

I tried copying the CSS from the developer tools when I inspected the search bar, but it doesn't exactly match the search bar's appearance. I don't know if it's possible, but if it is, it would be ...
0 votes
0 answers
149 views

I'm encountering inconsistent search results between Google's Custom Search JSON API, the public CSE URL, and regular Google searches despite identical queries and configuration. Here's my setup: CSE ...
0 votes
1 answer
257 views

I'm using Google Custom Search (the hosted type, not the API) and have custom styled the results using the callback feature. I have added margin-left on .gs-snippet to move the text snippet to the ...
0 votes
1 answer
83 views

I'm using the Google Custom Search JSON API to check whether a specific URL is indexed. However, even though I can find the page in Google manually, the API returns totalResults: 0 Here’s the URL I’m ...
0 votes
0 answers
104 views

This is a followup to my earlier question How can I get tabbed site and image search results using Google Programmable Search? I'm now trying to add date and sort parameters to the two URLs as ...
0 votes
1 answer
169 views

I'm sending requests to Custom Search API like this: GOOGLE_SEARCH_URL=f'https://www.googleapis.com/customsearch/v1?key={GOOGLE_SEARCH_API_KEY}&cx={SEARCH_ENGINE_ID}&q={encoded_text}' The ...
3 votes
2 answers
298 views

I'm trying to develop a tabbed search results page using the Google Programmable Search Engine (PSE) and their JSON API in order to have the same appearance as Google's hosted search engine, which ...
0 votes
1 answer
82 views

I'm working with the API of Google's Programmable Search Engine and using a callback to chnage the stying of output, specificaly the font size of the title of each search result snippet. What I have ...
0 votes
0 answers
137 views

I'm working on integrating Google's Custom Search API into my application, and I’ve run into an issue with retrieving location-specific search results using the gl (geolocation) parameter. What I’m ...
1 vote
0 answers
177 views

I'm working with the Google Custom Search API in a Java Spring Boot application and facing a limitation where the API only supports up to 32 keywords per query. However, my application needs to ...
1 vote
0 answers
166 views

I'm currently working on a project that utilizes the Google Custom Search Engine (CSE) API to retrieve fact-checked information based on user queries. However, I'm encountering a significant issue ...
0 votes
0 answers
85 views

I've written a really simple function with requests, which with a giver URL checks if it gets a response and if this response is an image. It actually works, but is crazy slow at times. I'm too ...

15 30 50 per page
1
2 3 4 5
...
66

AltStyle によって変換されたページ (->オリジナル) /