Anastasia Zaharievawhenmathmetdata.hashnode.dev·Nov 20, 2024Python Use CasesToday, we're taking a side quest away from the 30-day challenge because I found it interesting to learn even more about Python, and I wanted to share it here. Python is one of the most versatile programming languages and is used across a wide range o...DiscussPython
RL NaborsforAgentQLagentql.hashnode.dev·Nov 18, 2024AgentQL Launch Week RecapLast week, we rolled out five exciting updates to make AgentQL faster, stealthier, and easier to use than ever before with a JavaScript SDK, REST API endpoint, and query generator. Whether you’re building AI agents, scraping data, or launching websit...DiscussAgentQL 2024 Launch Weekautomation
RL NaborsforAgentQLagentql.hashnode.dev·Nov 15, 2024Get data from any pageWe’ve made it to the final day of Launch Week, and we’re wrapping up with our biggest product offering yet: the AgentQL REST API! This simple API turns any page into an endpoint for content. With only a URL and a query string, you can query web pages...DiscussAgentQL 2024 Launch WeekScraping
RL NaborsforAgentQLagentql.hashnode.dev·Nov 14, 2024Natural Language Query Generation for Faster ResultsProponents of the free and open web have often argued that “information wants to be free.” But that phrase is actually a misquote of Steward Brand from the first Hackers Conference in 1984. What he actually said is much closer to where we are today: ...DiscussAgentQL 2024 Launch WeekData Science
RL NaborsforAgentQLagentql.hashnode.dev·Nov 13, 2024Enhanced Bot Detection EvasionOne of the biggest challenges with scraping or automating actions on external websites is getting past bot detection. It’s a constant hurdle for developers who rely on web data but find their scripts blocked or throttled by anti-bot systems due to au...DiscussAgentQL 2024 Launch WeekScraping
RL NaborsforAgentQLagentql.hashnode.dev·Nov 12, 2024AgentQL is “fast by default”We built AgentQL to tackle the complexities of parsing HTML and automating tasks with precision and accuracy without needing XPath, CSS or DOM selectors, or regular expressions. But we also know that sometimes speed is everything. We created a Fast M...DiscussAgentQL 2024 Launch Weekweb scraping
Zahiruddin Tavargerezahere.com·Nov 4, 2024Scrape Websites with Natural Language Prompts Using OpenAI Swarm Agents!Video https://www.youtube.com/watch?v=4y8j-LD8IK0 The Goal Welcome to today's post, where we'll dive into building a web scraping agent using Firecrawl, an open-source library with a paid service option. This guide will show you how to use FireCra...Discuss·29 readsGenerative AIgenerative ai
Shainil P Scodeshaine.hashnode.dev·Oct 31, 2024Exploring Web Scraping in Go: A Personal ExperienceWell if you search for web scraping in go, you can get tons of result in the Google. Why should you read mine you may ask ? well the answer is i don’t know, well this blog isn’t about a tutorial on web scraping with go. This is my personal experience...Discuss·1 like·28 readsGo Language
maguromaguro.hashnode.dev·Oct 24, 2024How to Use Raycast & Firecrawl to Transform Websites into MarkdownOverview To effectively enhance LLM performance, providing context is one of the most essential elements. However, for a well-structured website, crawling all the pages can be a bit challenging, and we need to develop an application to achieve this. ...DiscussAI
nstbrowsernstbrowser.hashnode.dev·Oct 11, 2024Scrapy vs Beautifulsoup - Which One Is More Suitable for You?Are you a novice developer or a seasoned developer? It doesn't matter, one thing is for sure - web scraping can be tricky for you! Then, we must choose an efficient tool to make our job easier. Are you weighing up which is better for web scraping, Sc...DiscussScraping