

The automatic parser of competitors' and suppliers' websites guarantees the availability of an up-to-date and profitable product database in your online store without spending the working time of a content manager or programmer.
Content parsing happens automatically. The collection of information from sites includes: parsing products, a price parser for a price list, a parser for pictures from sites for describing goods, a parser for the site structure and other site data.
To start parsing an online store, you need to configure the parser module so that the program understands the site markup, where the site categories are located, where the products are, after that you can get prices, availability, name, that is, the data that you need to get from the site.
A simple procedure for parsing an online store:
Obtaining a catalog of products with prices, descriptions and photos.
All online stores are created using the HTML language, this is a standardized page markup language on the World Wide Web, so all sites use the same elements for different blocks, the E-Trade Jumper parser uses this standard to receive data from the online store site.
List of the most commonly used HTML tags that are on the pages of online stores:
The tags can contain the name of the style for the visual display of information on the site, for example, the specified block style allows you to display bold text or green color for any element. Based on these standardized data in the E-Trade Jumper system, you can configure the parser for any online store to get the information you need, the E-Trade Jumper parser uses CSS selectors (site design styles) or XPath (query language for site elements) to receive data .
To get started, you need to install the extension for the Google Chrome browser, to do this, follow this link. Parsing is possible only in the Google Chrome browser. If the Chrome Store link doesn't work, install the extension manually. You can also not use the browser extension, for this you need to activate the server parsing function.
To configure the parser, follow this order of operations:
To add a new site parser, open the "Price lists" window, click the "+" button and select "Add counterparty"
Specify the name of the counterparty (online store) and select a group, the following groups are available by default: Supplier, Competitor, Client.
After adding the counterparty, you will be prompted to choose from where you want to download data, in this list, select the "Website Parser" item and click the "Add site" button
Specify the address of the online store for data parsing
The order of the parser for downloading products from the online store:
After adding the online store parser, the settings window will open
The setup table contains the types of operations and the list of fields to store data in them. Operation types are the stages of the parser to get data from the site.
For example, to get a list of products from the site, you need to get links to product categories so that the parser can open a page to get information on each product, so the first operation that the parser will use is "List of links to product categories".
Operation types:
Description of the grid columns for setting up the parser
Selectors can be in the form of html tags and CSS styles (site design styles), as well as in the form of a query language for XPath site elements. To activate the XPath mode in the grid, set this flag for the field or operation you need
To get a list of links to product categories, you need to find the link selector that leads to the category, to do this, copy the link from the site (usually this is the main page of the site) into the "Link for testing" field and click the "T" button
The "Download testing" tab will open, in which the page at the link you specified will be displayed, product categories should be visible on it. The results of the parser's work are displayed on the left. Your task is to get a list of links to product categories from the site; if the parser is successfully configured, you will see a list of links to categories on the left side of the screen.
Attention! Download testing is possible only for sites that use the secure https protocol, only for such sites you can visually check the receipt of data in the "Download testing" tab, while you can still configure the parsing of such sites (using the non-secure http protocol), but visually check getting data will not work, that is, all tags and selectors must be entered "blindly" (at random).
To search for a link selector for product categories, right-click on the name of any category and select "View code", after which a browser window will open with the source code of the site. You can position it as you like, for example, on the left or at the bottom of the screen
You can also open the link in a separate browser tab if you need more screen space to search for the product link selector and do the same there.
We are looking for blocks of product categories and a link in them
Your task is to find blocks of links to product categories. After you have selected the "View Code" item, the browser will open the source code of the site in the place where the right mouse button was pressed, in this example we clicked on the category name and we see that the links to the categories are located in the "div" and "a" tags (image below is clickable to enlarge).
As you can see, each product category has a "div" block and it contains "a" links, while the "div" block has the style name links-list (class="links-list") and the link "a" has the style name link ( class="link") .
Let's write the selectors in the parser settings in this form: specify the tag names separated by a space and specify the style names separated by a dot. You can simply specify the "a" tag and its style, if it is unique within the page for a link that leads to a product category (then the 1st paragraph is not required).
We check the result, for this we press the "T" button. As you can see in the example, we got 74 links to product categories, that is, our parser already knows how to search for categories on a third-party site
To get a list of product links, you need to find the product link selector on the product listing page in the category, to open any category of products on the site and copy the link in the "Link for testing" field, then click the "T" button
The "Download testing" tab will open, in which the page at the link you specified will be displayed, a list of products should be visible on it. The results of the parser's work are displayed on the left. Your task is to get a list of links to products from the site; if the parser is successfully configured, you will see a list of links on the left side of the screen.
To search for a product link selector, right-click on the name of any product and select "View code", after which a browser window will open with the source code of the site.
We are looking for blocks of products and a link in them
Your task is to find product blocks with links to the product card. After you have selected the "View code" item, the browser will open the source code of the site in the place where the right mouse button was pressed, in this example we clicked on the product name and we see that the product links are located in the "div" and "a" tags .
That is, each product in the search results has a "div" block and contains an "a" link in it, while the "div" block has the tile style name (class="tile").
That is, each product in the list has the same style called tile, and we will use this information to get links to each product.
Let's write the selectors in the parser settings in this form: specify the style name through a dot and the "a" tag separated by a space
We check the result, for this we press the "T" button. As you can see in the example, we got 28 links to products, that is, our parser already knows how to find products on a third-party site
Page navigation setup (pagination)
When opening a product category, not all products are usually displayed, for example, only 28 products can be displayed, the following products are on page No. 2, this mode is called pagination (pagination). To get product links on other pages, you need to find a link selector that leads to the next page, you need to find a navigation block on the page to go to other pages (paginator), in the example below, this block looks like this and has such a selector
ul[name="paginator"] li a
The found selector for pagination of products is indicated in the field "Selector No. 2"
There are sites on which the pagination links do not contain the current link to the page (link to the product category), then the pagination may not be determined correctly, an example of an incorrect definition, when the link contains only the page number, as a result, the link will lead to the main page of the site
To solve this problem, you need to know the current page address. You need to open the source code of the site and try to find the address to the current page, if one is found, then you need to specify in the Selector No. 3 field the tags how to get it, for example, from the "Breadcrumbs" block (breadcrumbs): div. breadcrumbs a. active
Stage 2 can be used to get only a list of goods, this mode will be useful when you need to get only prices for goods, without descriptions, technical specifications. characteristics and photos, while the speed of obtaining data from the site will be many times higher (there is no need to go to the product cards on the site). To activate this mode, set the "Products in this operation" flag for the "List of links to products" operation type, then specify the selectors for the fields to be filled in from the site. Accordingly, you do not need to fill in the lecturer to get links to products, only getting "pagination".
By analogy with the search for a product link selector, you need to find selectors for the fields you need in the product card, for this we write a link to the test product in the "Link for testing" field and open it
You need to right-click on the product name and select the "View code" item, after which a browser window will open with the source code of the site.
For example, the product name is in the h1 tag
Let's write the selector h1 in the settings table
Next, we are looking for a selector for the price of the product
Write the selector like this
div. main-price span. price-number span
Next, we are looking for a selector for the description of the product
Write the selector like this
div[itemprop="description"]
For links to photos, we prescribe such a selector
div. image img::attr(src)
Checking the result
To get product attributes, you must specify a selector for an attribute block (table) and a string selector that contains the attribute name and value.
Procedure:
Setting example
An example of customization based on the source code of the site
The result of checking the receipt of product attributes (characteristics, properties)
If the attributes are on a separate page.
If the attributes are on a separate page, for example, clicking on the "Features" tab opens a new page, then there are two solutions, they all come down to getting a link to the page where the product attributes are, so that the program can go through it and get data.
Option number 1. The link is in the html source code.
Selector #3 needs to be configured for the "Product Attributes" operation type to get a link (or part of a link to an attribute page).
For example, when clicking on a tab on the site, there is such html code, then the selector for getting the link will be: a. nav-tabs-link
Option number 2. A prefix is added to the link to the product, which is not explicitly in the html source code.
It is necessary for the operation type "Product attributes" to register the link prefix in selector No. 4 to add it to the product link.
For example, you can write: tab=characteristics, then the program will open a link to the product + prefix, thereby the parser will go to the product attributes page. What exactly to prescribe in the prefix is determined empirically after a thorough analysis of the site.
Downloading products from the website of the online store will be done in the following order:
For download testing, set the maximum number of results for stages to quickly check the data parsing from the online store site. In this example, one link to a product category with a list of products will be loaded from which three product links will be obtained
How to get product options
In the E-Trade Jumper program, option products are virtual products that are linked to one main product, while on the source site this is one product card with a set of options. To get options, you need to register a selector to get the names of options, specify a comma separator and set the flag "Product option"
When testing, the values will be displayed separated by commas
After loading products from the site, 1 main product and several option products will be created for each value specified on the site.
There are several modes of parsing:
To load a list of links from a file follow these steps
Automated search for your products on websites
Some work the old fashioned way - in manual mode, copying information for each product, it takes a lot of time and, most importantly, money, we suggest you automate the process by giving a task to a robot that will download all the products and information on them from the site!
Name |
Cost, USD |
Unit of Account |
Base rate for 50,000 items (your own or from price lists) |
87 |
1 month |
The cost of storing 1 product with a database volume of more than 50,000 products |
0. 000058 |
1 item * |
Automated download of information from sites through parsing with saving to the BC product card: photos, videos, characteristics, descriptions |
0.05 |
1 item |
Unlimited mode for downloading information from sites through parsing |
300 |
1 month |
Using the Jumper server for data parsing with the ability to download in the background multi-threaded mode on a schedule**** |
40 |
1 month |
Upload files with photos via links for storage in the cloud storage |
10 |
1 month for 5GB |
Additional access for the work of the 1st user |
25 |
1 month |
Installing and configuring CMS for the operation of an online store on your personal hosting |
975 |
one time |
Obtaining products and prices of competitors from third-party sites |
for free |
unlimited mode |
Unlimited mode for all functions (products, parsing, users, etc. )*** |
799 |
1 month |
* the cost is calculated with a period of 1 day for the number of goods stored in one of the subsystems "Basic catalog" or "Price lists" (more quantity is selected).
** when updating photos and attributes for products of the base catalog based on the products of downloaded sites through parsing, an additional payment of $ 0.05 per product is taken.
*** The minimum period for using the unlimited mode is 1 year. The maximum number of products is 1,000,000 in one of the "Basic catalog" or "Price lists" subsystems (a larger number is selected). If the maximum number of goods is exceeded, the cost of the service increases by the cost of the unlimited mode (a multiple of 1,000,000).
**** The maximum number of requests per month is 150,000. If the maximum number of requests is exceeded, the cost will be $40 (as activation of a new service package for the month).
Name |
Cost, USD |
Unit of Account |
Setting up a site parser to receive product cards: photos, characteristics, descriptions, prices and availability. Setting up receiving data from the provider's API. |
75 |
one-time |
Setting up integration with the site through the E-Trade Tunnel module |
80 |
one-time |
Customization of the system according to the needs of the customer |
50 |
in 1 hour |
Restoring a deleted account |
75 |
one-time |
Extended support * |
950 |
1 month |
* support includes consultation by means of e-mail. mail for the purpose of providing assistance and training when working with the E-Trade Jumper platform.
Comparison of the cost of parsing an online store through the program and in manual mode
Monthly costs
The difference is 800% !
Time to get data
The difference is 18000% !
You save not only money, but also time!
Many of your competitors have completely switched to automated work with our software, so do you!
Use the best program for scraping websites and online stores. This is a convenient and effective tool that, in SKILLED HANDS, will make it possible to leave competitors behind!
Get demo access for 14 days for free
The platform balance will be 50USD. Unloading of 100 products + full functionality is available.
This is the name of the process of automatically collecting products from sites. For these purposes, the E-Trade Jumper automation program has been created.
E-Trade Jumper can download categories and products from a competitor's or supplier's site, it can be used to: fill the site with products, monitor competitors' prices. The parser program can collect the database of products of the entire store or only selected sections.
Decide what you need to get in the end and which source site to use, add a link to the site in the program and start parsing.
We offer to rent the system. The cost is indicated for the entire program as a whole, which includes the entire set of useful functions for automating an online store.
Price
System rental
Price from $2.89 per day
Fill out the form to calculate an individual rate.
Get 14 days free
Benefit of use
Payback period ~ 1 month, on the 2nd month the income will cover the investment costs !
Instant access to the program through a browser, from any PC!
Affordable price of $87, significant savings for your money!
The program does not allow errors, unlike manual data entry, a human error can cost a business dearly.
Official quality guarantee from the developer company!
Site Parser
Creating and maintaining a competitive online store is not limited to the development of the site itself. The main value is the information that you want to place on the network and familiarize potential or real customers with it.
The E-Trade Jumper site parser will help you find the necessary data on the network and structure it - this is a program that will automatically collect information posted on different Internet resources in one database. The free website parser is available in Demo version, but it has several limitations in its work. Paid versions of the program will allow you not to worry about the number of products, descriptions that can be collected for each position, the possibility of multi-user work and other nuances.
Why you need a website scraper
Situations in which you have to update the content of the site can be divided into several categories:
simple calculations
To assess the need to purchase the E-Trade Jumper program, we offer you simple calculations.
Imagine a situation in which a manager needs to find a description for just one product:
Thus, the manager, depending on the qualifications and the amount of information sought, spends at least 4-5 minutes on the formation of a product card in the company's own database. In one working day, you can create a database of no more than 80-90 products, provided that the manager immediately gets to the right site, and the information on it turns out to be valuable.
This time is calculated on the condition that the desired description is found the first time, and this is not always true. Most often, a thorough analysis of dozens or even hundreds of sites is required to obtain a high-quality list of characteristics. The time it takes to create a product card can take from half an hour to a whole working day. In a dynamic business environment, such terms are unacceptable, so it makes sense to use an online store parser. Open demo version of E-Trade Jumper and try it in test mode.
Website scraping software
The manual mode of collecting information on the World Wide Web has remained in the past millennium. Comrade Novoseltsev in our time would have made his report on light industry in a matter of hours, or even minutes, using the parsing method. The package of our software product includes a parser for online store products. What is this magical helper? Let's get to know each other better.
So, parsing is the processing of information according to a certain algorithm. Speaking in human language - according to the necessary signs. What does a person do if they need to find information? Turns on the search engine, visits each proposed site and collects the necessary data bit by bit. And then they need to be systematized and processed in order to get the golden grains of knowledge. But advanced people already know that the wonderful invention of programmers - the parser - will do it all by itself.
Do you think it's enough to download an online store parser in the Internet? If you are an amateur about collecting and processing data, then yes, it’s enough to find a public parser (aka grabber) on the network and try to squeeze some decent result out of it. But for the owners of online stores, ElbuzGroup has prepared a unique, powerful and professional tool. The E-Trade Jumper website parsing program is designed specifically for e-commerce. It has everything to create high-quality product content. The time to fill in the content will be reduced several times, the online store automation program will help with this.
How to scrape products from the site
Instead of thousands of clicks and hundreds of minutes!
How the parser-manager of goods from marketplaces works:
The competitor price parser works like this:
All! Ready! Your site has been updated! Three steps and the job is done, the content parser is simple.
Settings are adjustable from "for the laziest" to "unique content for the most demanding".
What is success for an online store? Be the best for buyers. Love buyer! Take care of him. Only a user-friendly interface, only current offers, product videos, high-quality photos, colorful descriptions, product search filters. Only parsing goods allows you to get a quick result.
The temptation is great to use the data parser from the site for free. We dare to assure you that trying to save money in this way is absolutely useless. If not now, then in the near future, your competitors may leave you behind. By trying to save money, you are only missing out on your profits. Let's take an example.
We didn’t have time to update the site, the buyer found an interesting product for him, it is on the site, and when ordering, it turns out that it is not there. The buyer is dissatisfied. He feels cheated. What are the chances that he will visit this site again in the near future?
Using our program will protect your store from such annoying omissions!
Maximum pictures, the buyer loves with his eyes. He will prefer the store that will show the product better. High-resolution photos, detailed fragments are required. The parser of images from the site, installed in our program, will find photos quickly, according to the required parameters. To do this, there is a search filter with settings. We added products that require descriptions and photos, clicked a button - and that's it. The program will find everything itself.
E-Trade Jumper will provide high quality content for your online store. So, you will receive a tool that will provide:
Parser of goods of online stores from ElbuzGroup eliminates the need to load a content manager or look for a performer in addition to regular employees. The program searches for and adds descriptions to products by sections and characteristics automatically. A huge amount of work is done quickly and efficiently. On hot days before big holidays, you will not miss a single minute to please your customers with new products.
A simple solution to complex problems!
If the parser of goods of online stores download online, you will not get even a hundredth of what our company provides to its customers. 12 years of experience and colossal work have transformed into an ideal offer for online stores.
Buying ElbuzGroup products, you get not just a parser for products from the site or a content tool. We thought through everything to the smallest detail, and created additional bonuses for our customers:
It is not difficult to master the parser of online stores built into our E-Trade Jumper program. The site has video tutorials that clearly show how the program works. Also on our website you can find a list of trading platforms with which E-Trade exchanges data in YML and XML format. It is not required to download the program, this software works directly in the browser, there is a fully functional (full version) trial version for 14 days.
Maximum integration for loading product descriptions from external sources, importing and exporting to various formats and systems. Synchronization of the module with your site guarantees protection against errors when adding new information.
According to the criteria you set, the grabber will collect all the information from open and reliable sources. The built-in parser of competitors' prices is connected to all popular trading platforms (Yandex Market, Hotline, Rozetka, Prom Yua, etc. )
Meaningful parsing, "smart analysis" is a productive solution. This is how E-Trade Jumper turns information into money! Do you want to transform your site and feel what a successful online store is? It's simple - open the demo version of Jumper and top up your balance for web scraping! You can buy a program for a computer or rent it to optimize your turnkey business.
Description parser functionality
Without exception, all entrepreneurs who have an online store, first of all, want their brainchild to be effective, because without the “effect” there will be no proper profit. First of all, you need to create product content for an online store using a software assistant, and it is important to immediately use a productive solution at the first stage, which will give you a quick and desired result with great return.
![]() |
|
|
|
reference Information
Syntactic analysis (parsing) is the process of parsing an input sequence of characters in order to parse the grammatical structure, usually in accordance with a given formal grammar. A parser (parser) is a program or part of a program that performs parsing. Parsing transforms the source text into a data structure, usually a tree, that reflects the syntactic structure of the input sequence and is well suited for further processing.
Content (also: content ("site content") or content ("site content")) is a term that means all types of information, both textual and multimedia - images, audio, video. The information is compiled to fill and visualize the online store for subsequent acquaintance with it by a potential buyer. Content is product descriptions, descriptions of product categories, writing feature articles for an online store.
Content manager is the editor of the online store, whose duties include the full filling of the online store with text, graphics and other types of information (content). The work of a content manager is not only to process a huge amount of data, but also to manage a lot of specialists who are involved in filling an online store with high-quality content, including their control of work in the E-Trade Jumper program, although the program allows you to create content automatically, but it's still good when there is a content manager responsible for this process.
A content grabber is a unique tool that was created to collect information from other sites in order to promote your Internet resource.
With the E-Trade Jumper program, you get your personal universal automated assistant. Try it and make sure of the efficiency and efficiency of our software: the content grabber will solve almost all issues related to filling the online store with information about the products you sell in the shortest possible time.
What are its functions? This is a search for descriptions, specifications and videos for the items in your online store. It is important that the information used is taken from open and reliable sources.
Unloading from the catalog of the online store can be done via a file in CSV format. Importing data from the database of the online store is carried out in a matter of seconds, after which you can start collecting additional information.
It is important that our developers also took into account the possibility of linking: the price automator stores a list of products, on the basis of which you can start working directly with the content grabber. But the import is also based on other scripts:
How the E-Trade Jumper Program Works
After the list is formed, you can immediately start searching for the desired content, which will display valuable product information for the buyer.
In semi-automatic and automatic mode, using intuitive buttons, any user can find:
Information search can be carried out both for a separate item and for the whole product group. The control process can be done through the browser - you can immediately track the information found.
It is important that the program notifies you about not found product characteristics - you can change the search parameters and continue searching for suitable characteristics and media content.
After that, you can view the result of the work in the "View product descriptions". In the process of creating your own catalog, it is possible to correct the description of goods. The content grabber will download all the suggested videos, after which the videos can be edited or completely deleted. After that, the received and processed data is exported.
Content grabber, or prompt achievement of goals
E-Trade Content Creator is a content grabber, the purpose of which is to easily and conveniently fill a new high-quality resource. From the user's point of view, the program is a simple, convenient and efficient tool. The content grabber allows you to:
By contacting us, you will be convinced of the need to use high-quality content to fill your online store.
Parser of descriptions and photos of goods for filling an online store, creating a product catalog
A program for filling and creating content for an online store, a product catalog with descriptions, characteristics and photos in automatic mode, quickly creating a product filter. Its mission is to save you time and money.
What tasks can E-Trade Jumper help you solve?
![]() |
Automatically add a description and photo to the product card. |
![]() |
Create a product card template by characteristics (basic set). |
![]() |
Create unique descriptions with the description generator. |
![]() |
Promptly update product descriptions on the website of the online store. |
![]() |
Apply a product search filter on the site based on the characteristics from the product card. |
![]() |
Upload data in any XML, CSV, HTML, SQL formats. |
![]() |
At times increase the amount of work performed by the content manager, at the same time costs. |
![]() |
When changing the CMS of the site, it is possible to freely transfer descriptions and photos to another CMS. |
Key features of the parser
Getting information in the form of "Characteristic + Value".
The program allows you to parse information meaningfully, it can intelligently separate the name of the characteristic and the value. This is not just a parser that selects the entire text of the description on the source site and inserts it into the description field (the so-called "copy paste" - Copy / Paste), it is a parser focused on high-quality content created in a structured form. |
![]() |
Easy creation on the site of a filter for selecting goods by characteristics
![]() |
You will be able to give your buyers the opportunity to use efficient selection of goods by characteristics, while your costs for this will be very small. The E-Trade Jumper parser program will give you a quick opportunity to create a convenient faceted navigation in your online store. |
Access to the product database E-Trade Content DB
This is a product database that stores hundreds of thousands of products with detailed descriptions, full technical specifications and product photos. You will be able to quickly add descriptions and photos to products automatically. |
![]() |
Quick update of your online store
![]() |
We have developed a special E-Trade HTTP Tunnel module for you to quickly update your online store with new descriptions and photos. Now you will be able to update the online store within a few minutes. The module is available to everyone absolutely - free of charge. |
Built-in parser of popular sites
A ready-made parser for product descriptions from information and reference systems, such as Yandex Market, Hotline UA, Onliner BY, Merlion RU, YugKontrakt UA, BRAIN UA, e-katalog, IceCat, Netlab RU, Santehnika Online RU, Regard RU, erc.ua, al-style. kz, rozetka.com.ua, opt. dclink.com.ua |
![]() |
Don't have the required site? There is an opportunity to develop website parsing under the order, write to us. |
This is just a brief presentation of one of the features of the E-Trae Jumper program, which automates many of the processes of a modern online store.
E-Trade Jumper is a complex solution that has one of the functions - a site parser. You can specify a link to the desired category in the program, simply by copying it from the source site, click the "Download" button and get a complete catalog of goods for this group of goods: with photos, tech. characteristics, price, immediately immediately place all the goods on your website to start trading using our online store engine (one of the functions) or use any other CMS engines or marketplaces (ozone, I take, Yandex market, prom ua, rosette, etc. . d. ) for this, our program has ready-made upload templates for various systems. All this takes 30-60 minutes. Further, the prices of your suppliers are connected to this list of goods to update prices and availability so that you can deliver the goods to your customers, the main goal is to place the goods on your website with the opportunity to earn, that is, we purchase goods from the supplier in order to resell them (dropshipping is possible ), as a result, you get not just a file with a list of products as other parsing programs do, but a ready-made solution for quickly launching sales in any product niches with the ability to expand "in one click" directly from the program interface. The next stage of automation: monitoring the prices of competitors, by analogy, links to the necessary sites and sections are added to dynamically adjust their prices to the market. And many more useful stages of automation. Contact us for a detailed consultation on solving your individual problems. Contacts are listed below.
Partner
Why Choose E-Trade Jumper?
Trusted by thousands of customers, we offer unique features and favorable conditions for their use.
14 years of success
Own software
Warranties and service
Flexible pricing policy
Individual approach
Confidentiality
Quick filling of product cards, be the first - take the audience of competitors
Site Parser
Creating and maintaining a competitive online store is not limited to the development of the site itself. The main value is the information that you want to place on the network and familiarize potential or real customers with it.
The E-Trade Jumper site parser will help you find the necessary data on the network and structure it - this is a program that will automatically collect information posted on different Internet resources in one database. The free website parser is available in Demo version, but it has several limitations in its work. Paid versions of the program will allow you not to worry about the number of products, descriptions that can be collected for each position, the possibility of multi-user work and other nuances.
Why you need a website scraper
Situations in which you have to update the content of the site can be divided into several categories:
simple calculations
To assess the need to purchase the E-Trade Jumper program, we offer you simple calculations.
Imagine a situation in which a manager needs to find a description for just one product:
Thus, the manager, depending on the qualifications and the amount of information sought, spends at least 4-5 minutes on the formation of a product card in the company's own database. In one working day, you can create a database of no more than 80-90 products, provided that the manager immediately gets to the right site, and the information on it turns out to be valuable.
This time is calculated on the condition that the desired description is found the first time, and this is not always true. Most often, a thorough analysis of dozens or even hundreds of sites is required to obtain a high-quality list of characteristics. The time it takes to create a product card can take from half an hour to a whole working day. In a dynamic business environment, such terms are unacceptable, so it makes sense to use an online store parser. Open demo version of E-Trade Jumper and try it in test mode.
Website scraping software
The manual mode of collecting information on the World Wide Web has remained in the past millennium. Comrade Novoseltsev in our time would have made his report on light industry in a matter of hours, or even minutes, using the parsing method. The package of our software product includes a parser for online store products. What is this magical helper? Let's get to know each other better.
So, parsing is the processing of information according to a certain algorithm. Speaking in human language - according to the necessary signs. What does a person do if they need to find information? Turns on the search engine, visits each proposed site and collects the necessary data bit by bit. And then they need to be systematized and processed in order to get the golden grains of knowledge. But advanced people already know that the wonderful invention of programmers - the parser - will do it all by itself.
Do you think it's enough to download an online store parser in the Internet? If you are an amateur about collecting and processing data, then yes, it’s enough to find a public parser (aka grabber) on the network and try to squeeze some decent result out of it. But for the owners of online stores, ElbuzGroup has prepared a unique, powerful and professional tool. The E-Trade Jumper website parsing program is designed specifically for e-commerce. It has everything to create high-quality product content. The time to fill in the content will be reduced several times, the online store automation program will help with this.
How to scrape products from the site
Instead of thousands of clicks and hundreds of minutes!
How the parser-manager of goods from marketplaces works:
The competitor price parser works like this:
All! Ready! Your site has been updated! Three steps and the job is done, the content parser is simple.
Settings are adjustable from "for the laziest" to "unique content for the most demanding".
What is success for an online store? Be the best for buyers. Love buyer! Take care of him. Only a user-friendly interface, only current offers, product videos, high-quality photos, colorful descriptions, product search filters. Only parsing goods allows you to get a quick result.
The temptation is great to use the data parser from the site for free. We dare to assure you that trying to save money in this way is absolutely useless. If not now, then in the near future, your competitors may leave you behind. By trying to save money, you are only missing out on your profits. Let's take an example.
We didn’t have time to update the site, the buyer found an interesting product for him, it is on the site, and when ordering, it turns out that it is not there. The buyer is dissatisfied. He feels cheated. What are the chances that he will visit this site again in the near future?
Using our program will protect your store from such annoying omissions!
Maximum pictures, the buyer loves with his eyes. He will prefer the store that will show the product better. High-resolution photos, detailed fragments are required. The parser of images from the site, installed in our program, will find photos quickly, according to the required parameters. To do this, there is a search filter with settings. We added products that require descriptions and photos, clicked a button - and that's it. The program will find everything itself.
E-Trade Jumper will provide high quality content for your online store. So, you will receive a tool that will provide:
Parser of goods of online stores from ElbuzGroup eliminates the need to load a content manager or look for a performer in addition to regular employees. The program searches for and adds descriptions to products by sections and characteristics automatically. A huge amount of work is done quickly and efficiently. On hot days before big holidays, you will not miss a single minute to please your customers with new products.
A simple solution to complex problems!
If the parser of goods of online stores download online, you will not get even a hundredth of what our company provides to its customers. 12 years of experience and colossal work have transformed into an ideal offer for online stores.
Buying ElbuzGroup products, you get not just a parser for products from the site or a content tool. We thought through everything to the smallest detail, and created additional bonuses for our customers:
It is not difficult to master the parser of online stores built into our E-Trade Jumper program. The site has video tutorials that clearly show how the program works. Also on our website you can find a list of trading platforms with which E-Trade exchanges data in YML and XML format. It is not required to download the program, this software works directly in the browser, there is a fully functional (full version) trial version for 14 days.
Maximum integration for loading product descriptions from external sources, importing and exporting to various formats and systems. Synchronization of the module with your site guarantees protection against errors when adding new information.
According to the criteria you set, the grabber will collect all the information from open and reliable sources. The built-in parser of competitors' prices is connected to all popular trading platforms (Yandex Market, Hotline, Rozetka, Prom Yua, etc. )
Meaningful parsing, "smart analysis" is a productive solution. This is how E-Trade Jumper turns information into money! Do you want to transform your site and feel what a successful online store is? It's simple - open the demo version of Jumper and top up your balance for web scraping! You can buy a program for a computer or rent it to optimize your turnkey business.
Description parser functionality
Without exception, all entrepreneurs who have an online store, first of all, want their brainchild to be effective, because without the “effect” there will be no proper profit. First of all, you need to create product content for an online store using a software assistant, and it is important to immediately use a productive solution at the first stage, which will give you a quick and desired result with great return.
![]() |
|
|
|
reference Information
Syntactic analysis (parsing) is the process of parsing an input sequence of characters in order to parse the grammatical structure, usually in accordance with a given formal grammar. A parser (parser) is a program or part of a program that performs parsing. Parsing transforms the source text into a data structure, usually a tree, that reflects the syntactic structure of the input sequence and is well suited for further processing.
Content (also: content ("site content") or content ("site content")) is a term that means all types of information, both textual and multimedia - images, audio, video. The information is compiled to fill and visualize the online store for subsequent acquaintance with it by a potential buyer. Content is product descriptions, descriptions of product categories, writing feature articles for an online store.
Content manager is the editor of the online store, whose duties include the full filling of the online store with text, graphics and other types of information (content). The work of a content manager is not only to process a huge amount of data, but also to manage a lot of specialists who are involved in filling an online store with high-quality content, including their control of work in the E-Trade Jumper program, although the program allows you to create content automatically, but it's still good when there is a content manager responsible for this process.
A content grabber is a unique tool that was created to collect information from other sites in order to promote your Internet resource.
With the E-Trade Jumper program, you get your personal universal automated assistant. Try it and make sure of the efficiency and efficiency of our software: the content grabber will solve almost all issues related to filling the online store with information about the products you sell in the shortest possible time.
What are its functions? This is a search for descriptions, specifications and videos for the items in your online store. It is important that the information used is taken from open and reliable sources.
Unloading from the catalog of the online store can be done via a file in CSV format. Importing data from the database of the online store is carried out in a matter of seconds, after which you can start collecting additional information.
It is important that our developers also took into account the possibility of linking: the price automator stores a list of products, on the basis of which you can start working directly with the content grabber. But the import is also based on other scripts:
How the E-Trade Jumper Program Works
After the list is formed, you can immediately start searching for the desired content, which will display valuable product information for the buyer.
In semi-automatic and automatic mode, using intuitive buttons, any user can find:
Information search can be carried out both for a separate item and for the whole product group. The control process can be done through the browser - you can immediately track the information found.
It is important that the program notifies you about not found product characteristics - you can change the search parameters and continue searching for suitable characteristics and media content.
After that, you can view the result of the work in the "View product descriptions". In the process of creating your own catalog, it is possible to correct the description of goods. The content grabber will download all the suggested videos, after which the videos can be edited or completely deleted. After that, the received and processed data is exported.
Content grabber, or prompt achievement of goals
E-Trade Content Creator is a content grabber, the purpose of which is to easily and conveniently fill a new high-quality resource. From the user's point of view, the program is a simple, convenient and efficient tool. The content grabber allows you to:
By contacting us, you will be convinced of the need to use high-quality content to fill your online store.
Parser of descriptions and photos of goods for filling an online store, creating a product catalog
A program for filling and creating content for an online store, a product catalog with descriptions, characteristics and photos in automatic mode, quickly creating a product filter. Its mission is to save you time and money.
What tasks can E-Trade Jumper help you solve?
![]() |
Automatically add a description and photo to the product card. |
![]() |
Create a product card template by characteristics (basic set). |
![]() |
Create unique descriptions with the description generator. |
![]() |
Promptly update product descriptions on the website of the online store. |
![]() |
Apply a product search filter on the site based on the characteristics from the product card. |
![]() |
Upload data in any XML, CSV, HTML, SQL formats. |
![]() |
At times increase the amount of work performed by the content manager, at the same time costs. |
![]() |
When changing the CMS of the site, it is possible to freely transfer descriptions and photos to another CMS. |
Key features of the parser
Getting information in the form of "Characteristic + Value".
The program allows you to parse information meaningfully, it can intelligently separate the name of the characteristic and the value. This is not just a parser that selects the entire text of the description on the source site and inserts it into the description field (the so-called "copy paste" - Copy / Paste), it is a parser focused on high-quality content created in a structured form. |
![]() |
Easy creation on the site of a filter for selecting goods by characteristics
![]() |
You will be able to give your buyers the opportunity to use efficient selection of goods by characteristics, while your costs for this will be very small. The E-Trade Jumper parser program will give you a quick opportunity to create a convenient faceted navigation in your online store. |
Access to the product database E-Trade Content DB
This is a product database that stores hundreds of thousands of products with detailed descriptions, full technical specifications and product photos. You will be able to quickly add descriptions and photos to products automatically. |
![]() |
Quick update of your online store
![]() |
We have developed a special E-Trade HTTP Tunnel module for you to quickly update your online store with new descriptions and photos. Now you will be able to update the online store within a few minutes. The module is available to everyone absolutely - free of charge. |
Built-in parser of popular sites
A ready-made parser for product descriptions from information and reference systems, such as Yandex Market, Hotline UA, Onliner BY, Merlion RU, YugKontrakt UA, BRAIN UA, e-katalog, IceCat, Netlab RU, Santehnika Online RU, Regard RU, erc.ua, al-style. kz, rozetka.com.ua, opt. dclink.com.ua |
![]() |
Don't have the required site? There is an opportunity to develop website parsing under the order, write to us. |
This is just a brief presentation of one of the features of the E-Trae Jumper program, which automates many of the processes of a modern online store.
E-Trade Jumper is a complex solution that has one of the functions - a site parser. You can specify a link to the desired category in the program, simply by copying it from the source site, click the "Download" button and get a complete catalog of goods for this group of goods: with photos, tech. characteristics, price, immediately immediately place all the goods on your website to start trading using our online store engine (one of the functions) or use any other CMS engines or marketplaces (ozone, I take, Yandex market, prom ua, rosette, etc. . d. ) for this, our program has ready-made upload templates for various systems. All this takes 30-60 minutes. Further, the prices of your suppliers are connected to this list of goods to update prices and availability so that you can deliver the goods to your customers, the main goal is to place the goods on your website with the opportunity to earn, that is, we purchase goods from the supplier in order to resell them (dropshipping is possible ), as a result, you get not just a file with a list of products as other parsing programs do, but a ready-made solution for quickly launching sales in any product niches with the ability to expand "in one click" directly from the program interface. The next stage of automation: monitoring the prices of competitors, by analogy, links to the necessary sites and sections are added to dynamically adjust their prices to the market. And many more useful stages of automation. Contact us for a detailed consultation on solving your individual problems. Contacts are listed below.
Useful links:
News
a new version of the program has been released
Save a link to this article
Next