GithubHelp home page GithubHelp logo

builtwith's Introduction

builtwith

Script to import builtwith lists into Hubspot

Open to either Python or NodeJS.

  1. Extract all companies and contacts from BuiltWith in my account
  2. Import those companies and contacts into Hubspot
  3. Any fields that don't map to Hubspot fields, create a new field within the Group "BuiltWith"

Key API docs for exporting data for import.

https://api.builtwith.com/lists-api https://github.com/zcaceres/builtwith-api https://www.npmjs.com/package/builtwith-api

API docs for importing data into Hubspot https://developers.hubspot.com/docs/api/crm/imports

Running the program

Ensure you run npm install first and have node installed via brew install node.

Then, in your CLI, you can run the following command: node main.js <TechName> <Company-Limit> <Apollo-Enrichment-Flag> with the following definitions:

    # TechName => Technology Name, i.e. from builtwith, getting companies who use this technology in their stack
    # Company-Limit => hard limit for number of builtwith companies to add from a given list
    # Apollo-Enrichment-Flag = 1 => Enrich with apollo and get all the right emails of people who work in those companies
    # Apollo-Enrichment-Flag = 0 => Do not enrich with apollo, and thus don't spend any API calls

For example, node main.js Piano 1000 1.

PS: If you want to test apollo enrichment for all companies where apollo has contacts, you can comment out the below line

    const apolloReqList = t.filter(f => f.website != null)
    //if you want to test apollo for small number of companies
        .splice(0, 5) //<-- this line enables testing for apollo

Note, some imports may fail with 429 errors, due to rate limits from either Hubspot's API, Builtwith or Apollo.

NB: Contacts are imported even if there are no emails for them into Hubspot, this should be fixed

builtwith's People

Contributors

dhruvghulati avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.