Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
147 views

I have a Google Custom Search JSON API returning 403 error despite having billing enabled. I have tried: Created 2 different Google Cloud projects Enabled Custom Search JSON API in both Activated ...
Compra Inteligente's user avatar
0 votes
0 answers
80 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) ...
Mert Atasert's user avatar
0 votes
1 answer
93 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 ...
user avatar
2 votes
1 answer
105 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 ...
user avatar
1 vote
0 answers
167 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 ...
Marco Antonio Martinez's user avatar
0 votes
0 answers
168 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 ...
user29255210's user avatar
0 votes
1 answer
264 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 ...
user avatar
0 votes
1 answer
95 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 ...
Marcos Canto Moreno's user avatar
0 votes
0 answers
113 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 ...
user avatar
0 votes
1 answer
179 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 ...
idunskyi's user avatar
  • 3,149
2 votes
2 answers
311 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 ...
user avatar
0 votes
1 answer
87 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 ...
user avatar
0 votes
0 answers
170 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 ...
Henry's user avatar
  • 1
1 vote
0 answers
187 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 ...
Arun Mozhi's user avatar
1 vote
0 answers
182 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 ...
gowithefloww's user avatar
  • 2,261

15 30 50 per page
1
2 3 4 5
66