Adding Web Scraping and Google Search to AWS Bedrock Agents

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. bedrock-agents-webscraper

    This repo provides guidance on setting up a bedrock agent to webscrape and internet search via action groups

    There is a web scraper example from AWS that covers this, but I wanted to make a version for NodeJS in TypeScript. I also wasn't happy with the Google search capability relying on web scraping, so I swapped it out for the Google custom search API. My solution will also be making use of the AWS CLI and Docker images to make things more consistent.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. bedrock-agents-webscraper-js

    Full code available on GitHub.

  4. cheerio

    The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

    We're going to use cheerio to parse the content from websites ("web scraping").

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A JavaScript scraper for the Wikipedia Academy Award List.

    1 project | dev.to | 23 Jan 2025
  • Creating and deploying web scraper using Apify

    1 project | dev.to | 27 Mar 2024
  • Htmlq: Like Jq, but for HTML

    2 projects | news.ycombinator.com | 19 Mar 2024
  • Querying parsed HTML in BigQuery

    4 projects | dev.to | 26 May 2023
  • I have an idea for a project and I wanna know which resources are available for me

    2 projects | /r/rust | 16 Mar 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?