Custom advanced parsers

How to Order a Custom Parser for External Importer

Sometimes, default parsers can't extract data because the site lacks a product schema, or you might need full product details like specifications, short descriptions, or galleries. In these cases, a custom advanced parser is essential.

Create Your Own Parser

If you have basic PHP and XPath skills, you can create advanced parsers for the stores you need.

Request a Custom Parser

Our team can create advanced parsers upon request for $50 per parser. To request a parser:

  1. Contact Support: Email our support team.

  2. Provide Links: Send links to the sites you need parsers for.

  3. Turnaround Time: It typically takes 1-2 days to create your parsers.

We aim to include all standard and extended product fields where possible. We also offer a 6-month warranty on any customization. If changes or corrections are needed during this period, we will do them for free.

Installing Custom Parsers

Custom parsers are delivered as PHP files. To install them on your website, follow these steps:

  1. Create Directory: Use a file manager plugin, file manager in your hosting panel, or an FTP client to create the directory:

/wp-content/ei-parsers
  1. Copy Files: Copy the provided parser files to this directory.

Installation is now complete.

Custom parsers work the same as default parsers. You can safely update the plugin or WordPress; the directory with custom parsers won't be overwritten.

Last updated