Zahiruddin Tavargerezahere.com·19 hours agoScrape 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...DiscussGenerative 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 likeGo 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
Ibrahim B.ibrahimb.hashnode.dev·Oct 8, 2024Scraping Domain.com.au Real Estate Data with Apify ActorIn this blog post, I’ll walk you through the Apify actor I built for scraping real estate data from Domain.com.au. This actor is capable of extracting a wide range of property details and formatting the results in CSV. Whether you are a real estate p...DiscussReal Estate
Victor Uzoagbavictoru.hashnode.dev·Sep 13, 2024Building a Robust Web Scraper with Python and BeautifulSoupIntroduction Web scraping has become an essential tool for extracting useful information from websites. Whether it's gathering data for research, tracking product prices, or scraping blog posts, web scraping automates the process of fetching data tha...Discussweb
Anirudh Dayanandanirudhdaya.hashnode.dev·Sep 1, 2024Automating Dam Data Scraping and Storage with Python and GitHub ActionsIn this tutorial, we'll walk through the process of automating the scraping of dam data from the Kerala State Electricity Board (KSEB) website. We'll use Python for scraping and GitHub Actions for automation. This project allows us to collect daily u...Discussautomation
Ronie Neubauerronieneubauer.com·Aug 25, 2024Bot do discord para extrair informações de um site e postar em um canal utilizando pythonA ideia deste post é compartilhar a base de um script que criei algum tempo atrás para monitorar o site de um jogo e informar o momento exato que os jogadores do clan inimigo entravam e saiam do jogo, avisando qualquer ação no discord do nosso clan."...Discuss·13 likes·150 readsbot
Kaan Yagcikaanyagci.hashnode.dev·Aug 20, 2024Efficiently Aggregate Data at Scale with Web ScrapingThis week at vestiaire.io, we are working on integrating data aggregation from multiple data sources for product data into our database. I asked a question on the #buildinpublic community on 𝕏. https://x.com/yagcidev/status/1816398002757521480 To ...DiscussADRScraping
Hack Unitedblog.hackunited.org·Jul 21, 2024Navigating the Navigation Bar: Web Scraping with Python (It's Easier Than You Think!)Ever wondered what's lurking beneath the surface of a website? No, I'm not talking about creepy crawlies (although some website code can be pretty scary). I'm talking about the structure itself, and how you can use Python to peek under the hood. In t...DiscussWeb Development