Here are some basic tutorials to help new users familiar with FMiner and get it started.

1. The first step - scrape a set of data from a page

This is the first step tutorial to show how to scrape data from a page, it will scrape a movie's information from imdb.

2. Open links on a page then scrape data from these pages

This tutorial base on previous tutorial, it will scrape top 250 movies' information from imdb. It has only one different step as the previous tutorial.

3. Scrape multiple sets of data from a yellow page

This video will show how to scrape multiple sets of data from a page.

4. Scrape all yellow pages following "Next" link

This tutorial base on the previous tutorial and will follow next link to scrape all yellow pages.