Skip to main content

Cross-platform Editor for Web Development

With so many code editors out there, we always looking for the flexible and coder friendly editor to increase productivity. But rarely we find editor which is feature rich and lightweight. There are many feature rich editors there but these are too heavy and starts hanging systems.

Developers are checking for lightweight and feature rich editors with features such as hints for tags, functions and their parameters, selection and collapsing of code snippets, highlighting of parentheses and tags, highlighting of blocks etc.

So if you’re a developer and looking for editor with advance features, then you’re very close to this. In this article we will discuss about Codelobster editor and it’s advance features that makes it the first choice of most of developers.

(more…)

Scrape Search Data with SERP API using Node.js

In our previous tutorial, you have learned about Create RESTful API with Node.js, Express & MongoDB. In this tutorial, you will learn how to get the SERP data using SERP API with Node.js.

SERP or Search Engine Results Pages is the result pages data that returned by Search Engines. The search results pages data are relevant to the search keywords that generally done manually by the users in Search Engines.

Sometimes we needs search result pages data from all result pages and we develop algorithm for this. But it’s not always accurate as the Search Engines regularly keeps on changing their SERP structures and algorithms. Now we don’t need to be panic as there are SERP APIs are available. The SERP APIs are reliable and allows us to scrape accurate search result pages data.

So if you’re running a business or a developer and looking for accurate SERP data, then you’re at the right place.

The SerpApi is a secure Google Search API that allows to scrape search engine (Google, Bing, etc.) results from anywhere in the world with location parameter and returns response data into JSON data. It can also be easily consumed with any programming language (PHP, Python, Ruby, Nodejs, etc.).

(more…)