socialdomdeprecated

A dom parser to extract social network data.

Usage no npm install needed!

<script type="module">
  import socialdom from 'https://cdn.skypack.dev/socialdom';
</script>

README

socialdom

A dom parser for social network to extract contact info.

Socialdom allows you to parse the dom of popular social networks and easily extract information. This is particularly useful for scrapers or browser extensions.

Supported websites

  • Linkedin
  • Github
  • Twitter
  • Facebook
  • Angel list

Peculiarities

Due to some social netowrks changing the structure of the page after it is loaded, socialdom uses the initial dom of the page. To retrieve it for the current page, you can make an ajax call to the current location.

Testing

Run npm test