<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Attila</title>
    <description>The latest articles on Forem by Attila (@nattila).</description>
    <link>https://forem.com/nattila</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3470572%2F561dea15-511e-4cbe-afba-0c5852319b71.png</url>
      <title>Forem: Attila</title>
      <link>https://forem.com/nattila</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nattila"/>
    <language>en</language>
    <item>
      <title>Scrape Protected Sites Like Amazon Directly from Google Sheets with Bright Data</title>
      <dc:creator>Attila</dc:creator>
      <pubDate>Sun, 31 Aug 2025 06:21:22 +0000</pubDate>
      <link>https://forem.com/nattila/scrape-protected-sites-like-amazon-directly-from-google-sheets-with-bright-data-k7o</link>
      <guid>https://forem.com/nattila/scrape-protected-sites-like-amazon-directly-from-google-sheets-with-bright-data-k7o</guid>
      <description>&lt;p&gt;I am sorry guys but I dont prefer to work with n8n. No-code platforms promise a world where anyone can build complex workflows and link different apps using simple drag-and-drop actions. For many small business owners, this sounds like a dream come true. However, here’s the catch: no-code tools are essentially just visual ways of doing what code does. People who aren’t familiar with coding often hit roadblocks fast.&lt;/p&gt;

&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/brightdata-n8n-2025-08-13"&gt;AI Agents Challenge powered by n8n and Bright Data&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a Google Sheet from which anyone can scrape data from any sites, using simple CSS selectors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://bestflow.io/blog/posts/how-to-scrape-protected-sites-like-amazon-directly-from-google-sheets-with-bright-data/" rel="noopener noreferrer"&gt;https://bestflow.io/blog/posts/how-to-scrape-protected-sites-like-amazon-directly-from-google-sheets-with-bright-data/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  n8n Workflow
&lt;/h3&gt;

&lt;p&gt;I am sorry but I dont believe in no-code platforms.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Implementation
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Read:&lt;/strong&gt; The script reads a list of target URLs and their corresponding CSS selectors from your Google Sheet.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Request via Bright Data:&lt;/strong&gt; For each URL, it sends a request to the Bright Data API, which intelligently fetches the page content using its advanced proxy network and unlocking technology.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Parse:&lt;/strong&gt; The clean HTML returned by the API is loaded into the Cheerio library, enabling jQuery-like traversal of the document.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extract:&lt;/strong&gt; It uses the provided CSS selector to find all matching elements on the page and extracts their text content into an array.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Write:&lt;/strong&gt; Finally, it writes this array of data back into the sheet, populating the columns to the right of the URL and selector.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Bright Data Verified Node
&lt;/h3&gt;

&lt;p&gt;I use Web Unlocker API to fetch HTML of websites&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>n8nbrightdatachallenge</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
