Class: BrightData::LinkedIn::People::DiscoverNewProfiles

Inherits:
Object
  • Object
show all
Includes:
Endpoint
Defined in:
lib/brightdata/linkedin/people.rb

Overview

People discover-new-profiles mode.

Examples:

query = BrightData::LinkedIn::Types::PeopleDiscoverInput.new(
  url: "https://www.linkedin.com", first_name: "Jane", last_name: "Smith"
)
profiles = client.linkedin.people.discover_new_profiles.scrape(queries: [query])

Constant Summary

Constants included from Endpoint

Endpoint::SCRAPE_PATH, Endpoint::TRIGGER_PATH

Method Summary

Methods included from Endpoint

included