DataHen Blog
  • DataHen
  • Blog
  • Web Scraping
  • Big Data
  • Data Visualization
  • eCommerce Scraping
  • Legality
  • Start-up/Enterprise
  • How Tos

DataHen Blog

DataHen Blog: Empowering you with knowledge

eBay Scraping - A Clever Way to E-commerce Success
data extraction

eBay Scraping - A Clever Way to E-commerce Success

eBay is a huge eCommerce giant that specializes in resale. Being one of the oldest Internet businesses founded in 1995, eBay has been among eCommerce leaders for decades now. It

  • DataHen
    DataHen
DataHen 23 Jul 2019 • 8 min read
The Real Value of Customer Reviews with Data Extraction
data extraction

The Real Value of Customer Reviews with Data Extraction

If you run a business, then you surely do your best to satisfy and please your customers, offering the best product or service. Customer reviews can help you understand if

  • DataHen
    DataHen
DataHen 21 Jul 2019 • 7 min read
Data Scraping Interviews-Tom Buckland, CEO of HQ SEO and Ghost Marketing
Data Scraping

Data Scraping Interviews-Tom Buckland, CEO of HQ SEO and Ghost Marketing

      Data Scraping, Business Success & More     2010 is when Tom started to learn about internet marketing and came across the process of SEO (but ignored

  • DataHen
    DataHen
DataHen 8 Jul 2019 • 3 min read
SEO Scraping - a Guaranteed Way to Boost Search Engine Rankings in 2019
Data Scraping

SEO Scraping - a Guaranteed Way to Boost Search Engine Rankings in 2019

SEO is an important tool in the era of digitalization. Search engine optimization or SEO is the process of improving your website ranking by altering the content or design. An

  • DataHen
    DataHen
DataHen 21 Jun 2019 • 8 min read
How Datahen Ensures Data Accuracy and Business Success
data accuracy

How Datahen Ensures Data Accuracy and Business Success

Data accuracy is all that matters when you deal with any database. At Datahen, we realize the importance of data accuracy for your business and set data accuracy as a

  • DataHen
    DataHen
DataHen 18 Jun 2019 • 7 min read
Big Data in Agriculture-Smart Farming Made Easy
Big Data

Big Data in Agriculture-Smart Farming Made Easy

The digital era has revolutionized many industries with the huge impact of big data. The overwhelming amount of information available on the web is estimated to reach 44 zettabytes by

  • DataHen
    DataHen
DataHen 30 May 2019 • 8 min read
10 Myths About Data Scraping You Probably Still Believe
Data Scraping

10 Myths About Data Scraping You Probably Still Believe

Data scraping is the process of extracting data from the web and it has become very popular in recent years. If used and analyzed properly, data can be a powerful

  • DataHen
    DataHen
DataHen 8 May 2019 • 8 min read
How Price Optimization Benefits Retail Businesses
Data Scraping

How Price Optimization Benefits Retail Businesses

Setting competitive pricing has become a major challenge for businesses. In the era of massive competition, it’s hard to come up with a price that will be effective both

  • DataHen
    DataHen
DataHen 7 May 2019 • 8 min read
How Big Is Big Data? An Inside Look at It
Big Data

How Big Is Big Data? An Inside Look at It

Have you ever wondered how big big data is? Or did you ever think what big data is used for? Well, if you answered no to these questions then we

  • DataHen
    DataHen
DataHen 26 Apr 2019 • 8 min read
What Exactly Can You Get From Amazon Data Scraping
amazon scraping

What Exactly Can You Get From Amazon Data Scraping

Back in 1995, the world’s leading online retail store was launched. Amazon started as an online book selling store, however, from the very beginning, it’s founders knew that

  • DataHen
    DataHen
DataHen 21 Apr 2019 • 7 min read
Why the Automobile Industry Should Make Use of Data Extraction Services in 2019
Data Scraping

Why the Automobile Industry Should Make Use of Data Extraction Services in 2019

The world economy suffers uncertainties and crises from time to time, however, there’s one industry that is constantly growing despite all the fluctuations: the automobile industry. The past decade

  • DataHen
    DataHen
DataHen 15 Apr 2019 • 7 min read
How Data Scraping Services Help Venture Capitalists Make Strategic Investment Choices?
Data Scraping

How Data Scraping Services Help Venture Capitalists Make Strategic Investment Choices?

The aim of any venture capitalist is to invest in the success of small companies in order to earn a return on their investments, so they are in a constant

  • DataHen
    DataHen
DataHen 26 Mar 2019 • 7 min read
What Does the Future of Data Scraping Hold?
Data Scraping

What Does the Future of Data Scraping Hold?

We all should be interested in the future of web scraping because sooner or later, it will affect all of us and influence every industry out there. The future of

  • DataHen
    DataHen
DataHen 21 Mar 2019 • 7 min read
Web Data Extraction for Crafting Email Database for Affiliate Marketers
Data Scraping

Web Data Extraction for Crafting Email Database for Affiliate Marketers

In today’s world of intense competition, it’s extremely hard to sell a product, even if it is one of a kind and of excellent quality. In order to

  • DataHen
    DataHen
DataHen 19 Mar 2019 • 7 min read
tutorials

How to Easily Scrape Ali Express Part 3: Parsers

The next step is to create a script that will find and enqueue all the individual Ali Express product pages within the “Women’s Clothing” category, which we will then use to parse out the product details. Create a folder called “parsers” in our

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 12 min read
tutorials

How to Easily Scrape Ali Express Part 4: Exporters

To create an exporter first create an “exporters” directory in your project’s root folder. Inside this “exporters” folder create a file called “products_json.yaml” with the following content: exporter_name: products_json # Must be unique exporter_type: json collection: products write_mode:

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 2 min read

How to Easily Scrape Ali Express Part 2: Seeders

Every DataHen scraper requires a seeder script which tells the scraper which pages to start scraping. A seeder script is a Ruby file that uses Ruby to load urls into a variable called, “pages.”

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 4 min read
How to Easily Scrape Ali Express Part 1: Setup
tutorials

How to Easily Scrape Ali Express Part 1: Setup

Scraping websites will get you valuable data but often times it is not straightforward. There are challenges such as creating requests (you will need to learn how to code and

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 2 min read
tutorials

How to Easily Scrape Amazon with Ruby and Nokogiri - Part 4: Exporters

To create an exporter first create an “exporters” directory in your project’s root folder. Inside this “exporters” folder create a file called “products_json.yaml” with the following content: exporter_name: products_json # Must be unique exporter_type: json collection: products write_mode:

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 2 min read
tutorials

How to Easily Scrape Amazon with Ruby and Nokogiri - Part 3: Parsers

The next step is to create a script that will find and enqueue all the Amazon television pages, which we will then use to parse out the product details. Create a folder called “parsers” in our project root directory: $ mkdir parsers Next create a

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 10 min read
tutorials

How to Easily Scrape Amazon with Ruby and Nokogiri - Part 2: Seeders

Every DataHen scraper requires a seeder script which tells the scraper which pages to start scraping. A seeder script is a Ruby file that uses Ruby to load urls into a variable called, “pages.” First create a directory for our seeder script: $ mkdir seeder

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 4 min read
How to Easily Scrape Amazon with Ruby and Nokogiri - Part 1: Setup
tutorials

How to Easily Scrape Amazon with Ruby and Nokogiri - Part 1: Setup

Scraping websites can help you get valuable data but often times it is not easy. You will most likely run into challenges such as creating requests (you will need to

  • DataHen
    DataHen
DataHen 14 Mar 2019 • 2 min read
tutorials

How to Web Scrape Walmart with Ruby and Nokogiri Part 4: Exporters

To create an exporter first create an “exporters” directory in your project’s root folder. Inside this “exporters” folder create a file called “products_json.yaml” with the following content: exporter_name: products_json # Must be unique exporter_type: json collection: products write_mode:

  • DataHen
    DataHen
DataHen 13 Mar 2019 • 2 min read
tutorials

How to Web Scrape Walmart with Ruby and Nokogiri Part 3: Parsers

Now that we have our seeder working, the next step is to create a script that will find and enqueue all the Walmart movie pages, which we will then use to parse out details such as movie titles, prices, publishers, etc. Create a folder

  • DataHen
    DataHen
DataHen 13 Mar 2019 • 8 min read
tutorials

How to Web Scrape Walmart with Ruby and Nokogiri Part 2: Seeders

Every DataHen scraper requires a seeder script which tells the scraper which pages to start scraping. A seeder script is a Ruby file that uses Ruby to load urls into a variable called, “pages.” First create a directory for our seeder script: $ mkdir seeder

  • DataHen
    DataHen
DataHen 13 Mar 2019 • 4 min read
DataHen Blog
  • DataHen
  • Blog
  • Web Scraping
  • Big Data
  • Data Visualization
  • eCommerce Scraping
  • Legality
  • Start-up/Enterprise
  • How Tos
DataHen Blog © 2023
Latest Posts Facebook Twitter Ghost