Scrapper

How to Create a Proxy Grabber/Scraper in Visual Basic

Introduction: Welcome to my tutorial on how to create a proxy ip:port grabber. Steps of Creation: Step 1: First create a form with one button, this will allow the user to select a save location and begin the process. We also want to import a few things and create a global string of the link in which we want to extract the proxy information from...
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net

How to Create an eBay Listing Information Grabber in Visual Basic

Introduction: Welcome to my tutorial on how to create an eBay Listing Information Grabber in Visual Basic. Steps of Creation: Step 1: First we want to add some imports;
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net
  3. Imports System.IO
We also want to make a form with; textbox1 - contain the eBay Listing Link, button1 - to begin the informat

How to Create a Quick Bing Searcher in Visual Basic

Introduction: Welcome to my tutorial on how to create a quick bing searcher in visual basic. It will search a given query and launch the first three links. Steps of Creation: Step 1: First we want to import some namespaces and create a function get a list of strings between two points within a given string... Imports System.Text.RegularExpressions Imports System.Net Imports System.IO Private