You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
company_name: 'Tesla',
description: 'Tesla’s mission is to accelerate the world’s transition to sustainable energy.'
}
we can add more fields later. This will be a helper function, so no commands need to be added.
How can the new feature be used?
This will be used in our .enroll company to get the official company name as mentioned in the comment above. We can also look for additional details in the future.
Additional comments
The text was updated successfully, but these errors were encountered:
This is extremely hard and would probably be a security risk on our end. Linkedin default blocks webscraping agents, but there should be workarounds there. The main issue is that company pages are protected by login, we would need to supply a login before scraping. Allowing users on a public discord channel to be able to use this is probably not a good idea. We might have to do manual approvals and independently add a separate uuid, such as the duns number, which is just a unique id attached to an individual business
victorzheng02
changed the title
Implement Linkedin Web Scraper
Implement Crunchbase Helper
Nov 22, 2022
Description of proposed feature
See additional details in this comment. Given a crunchbase link, we want to be able to retrieve the company name and description.
For example, https://www.crunchbase.com/organization/tesla-motors, we want the function to return
we can add more fields later. This will be a helper function, so no commands need to be added.
How can the new feature be used?
This will be used in our .enroll company to get the official company name as mentioned in the comment above. We can also look for additional details in the future.
Additional comments
The text was updated successfully, but these errors were encountered: