RAG Web Browser avatar
RAG Web Browser

Pricing

Pay per usage

Go to Store
RAG Web Browser

RAG Web Browser

Developed by

Apify

Apify

Maintained by Apify

Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs. Supports Model Context Protocol (MCP).

4.4 (11)

Pricing

Pay per usage

83

Total users

2.3k

Monthly users

902

Runs succeeded

>99%

Issue response

4.7 days

Last modified

3 days ago

RO

Not returning results

Closed

rodougherty opened this issue
2 months ago

Hey! 2 weeks ago I used the config attached and it returned me 10 (limited) results, now it's just returning 0, is there a reason for that?

{
"debugMode": false,
"htmlTransformer": "none",
"initialConcurrency": 4,
"maxConcurrency": 50,
"maxResults": 10,
"minConcurrency": 1,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": []
},
"query": "Dr. Day Care Providence | 133 Delaine St, Providence, RI 02909 | http://www.drdaycare.com/",
"removeCookieWarnings": true,
"removeElementsCssSelector": "nav, footer, script, style, noscript, svg, img[src^='data:'],\n[role=\"alert\"],\n[role=\"banner\"],\n[role=\"dialog\"],\n[role=\"alertdialog\"],\n[role=\"region\"][aria-label*=\"skip\" i],\n[aria-modal=\"true\"]",
"requestTimeoutSecs": 40,
"outputFormats": [
"markdown"
],
"serpProxyGroup": "GOOGLE_SERP",
"serpMaxRetries": 2,
"maxRequestRetries": 1,
"dynamicContentWaitSecs": 10
}

old run with results: https://console.apify.com/organization/8hskOXzaFsfmuP6m0/actors/3ox4R101TgZz67sLr/runs/DvC4yKQNfneSsqYYd#output

new run w/o result: https://console.apify.com/organization/8hskOXzaFsfmuP6m0/actors/3ox4R101TgZz67sLr/runs/h0ebOStaAVdHuFiD7#output

jiri.spilka avatar

Hi, thank you for using RAG Web Browser, and thank you for reporting this issue!

There have been some recent changes to Google Search. I've applied a few fixes, but we're still only getting the first result.

We'll need to investigate further. Apologies for the inconvenience. I’ll keep you posted. Jiri

jiri.spilka avatar

Hi, the issue has been fixed—please see my example run.

Thank you for using RAG Web Browser! I’ll go ahead and close this issue for now, but feel free to ask any questions or open a new one if needed. Jiri

RO

rodougherty

a month ago

Thank you!