Categories
Development

Free Online JSON Visual Editor

JSONMate is yet another free online JSON visual editor with a modern appearance that allows users to edit, query, and visualize data in JSON format (in case you don’t know, JSON is a human-readable language that is usually used to communicate data between an online web application and a server). Let’s see what is unique about JSONMate.

Categories
SEO and Growth Hacking

Competitor Analysis

As strange as it may sound, competitor analysis is a significant part of the marketing process. Any company that hopes to become successful one day needs to look at the way competing businesses handle themselves. A competitive analysis is a document designed to showcase the strengths and weaknesses of other companies in an industry. A technical writer with marketing intelligence can create a strong analysis that allows a business to make good decisions.

Categories
Web Scraping Software

Anonymous Scraping with Visual Web Ripper

It’s very common to use proxy servers for web data extraction. If you want to stay undetected when you scrape a website, you have to change your IP address periodically. Otherwise it is very easy to detect unusual activity by observing a large number of requests from a single IP address. Visual Web Ripper has a built-in support of proxy servers called Private Proxy Switch.

Categories
Development SEO and Growth Hacking

Google Scraper Hints

google_scraperBeing the biggest scraper Google itself doesn’t like when somebody scrapes it. This makes life of google scrapers difficult.

In this post I offer you several hints on how to scrape Google in a safe way (if you still decided to do this).

Categories
Development SEO and Growth Hacking

A simple LinkedIn Group Submitter

LinkedInLinkedIn API doesn’t allow you to publish into groups if you are not their administrator. That was done in order to eliminate spamming, but if you are a member of several groups of a similar topic and you want to share some interesting information with all of those groups, you have to do it manually group by group and eventually it becomes tedious. In this post I’ll show you a simple way to automate this process in C# using Selenium WebDriver.