Class: Crawlora::DatasetsGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeDatasetsGroup

Returns a new instance of DatasetsGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


158
# File 'sig/crawlora.rbs', line 158

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#airbnb_markets_facetsObject

Parameters:

  • facet: (String)
  • group_by: (String)
  • country: (String)
  • market: (String)
  • superhost: (Boolean)
  • guest_favorite: (Boolean)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • active_since: (String)
  • min_listings: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


160
# File 'sig/crawlora.rbs', line 160

def airbnb_markets_facets: (?facet: String, ?group_by: String, ?country: String, ?market: String, ?superhost: bool, ?guest_favorite: bool, ?min_rating: Float, ?min_review_count: Integer, ?active_since: String, ?min_listings: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_itemObject

Parameters:

  • country: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


161
# File 'sig/crawlora.rbs', line 161

def airbnb_markets_item: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • precision: (Integer)
  • min_listings: (Integer)
  • country: (String)
  • superhost: (Boolean)
  • min_rating: (Float)
  • active_since: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


162
# File 'sig/crawlora.rbs', line 162

def airbnb_markets_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?precision: Integer, ?min_listings: Integer, ?country: String, ?superhost: bool, ?min_rating: Float, ?active_since: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_searchObject

Parameters:

  • group_by: (String)
  • country: (String)
  • market: (String)
  • superhost: (Boolean)
  • guest_favorite: (Boolean)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • active_since: (String)
  • min_listings: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


163
# File 'sig/crawlora.rbs', line 163

def airbnb_markets_search: (?group_by: String, ?country: String, ?market: String, ?superhost: bool, ?guest_favorite: bool, ?min_rating: Float, ?min_review_count: Integer, ?active_since: String, ?min_listings: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_charts_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • chart_type: (String)
  • collection: (String)
  • category: (String)
  • country: (String)
  • app_id: (String)
  • date: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


164
# File 'sig/crawlora.rbs', line 164

def apps_charts_search: (?q: String, ?store: String, ?chart_type: String, ?collection: String, ?category: String, ?country: String, ?app_id: String, ?date: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_reviews_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • app_id: (String)
  • country: (String)
  • min_score: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


165
# File 'sig/crawlora.rbs', line 165

def apps_reviews_search: (?q: String, ?store: String, ?app_id: String, ?country: String, ?min_score: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • category: (String)
  • country: (String)
  • developer: (String)
  • free: (Boolean)
  • min_rating: (Float)
  • min_reviews: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


166
# File 'sig/crawlora.rbs', line 166

def apps_search: (?q: String, ?store: String, ?category: String, ?country: String, ?developer: String, ?free: bool, ?min_rating: Float, ?min_reviews: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#creators_searchObject

Parameters:

  • q: (String)
  • handle: (String)
  • niche: (String)
  • country: (String)
  • verified: (Boolean)
  • min_followers: (Integer)
  • has_email: (Boolean)
  • include_inactive: (Boolean)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


167
# File 'sig/crawlora.rbs', line 167

def creators_search: (?q: String, ?handle: String, ?niche: String, ?country: String, ?verified: bool, ?min_followers: Integer, ?has_email: bool, ?include_inactive: bool, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • login: (String)
  • company: (String)
  • influence_tier: (String)
  • country: (String)
  • country_code: (String)
  • state: (String)
  • city: (String)
  • domain: (String)
  • has_email: (Boolean)
  • has_twitter: (Boolean)
  • has_blog: (Boolean)
  • reachable: (Boolean)
  • active_90d: (Boolean)
  • hireable: (Boolean)
  • is_org: (Boolean)
  • is_bot: (Boolean)
  • is_suspected_automation: (Boolean)
  • min_followers: (Integer)
  • max_followers: (Integer)
  • min_repos: (Integer)
  • min_rank_score: (Integer)
  • min_account_age_years: (Float)
  • max_account_age_years: (Float)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


168
# File 'sig/crawlora.rbs', line 168

def github_users_facets: (?facet: String, ?q: String, ?login: String, ?company: String, ?influence_tier: String, ?country: String, ?country_code: String, ?state: String, ?city: String, ?domain: String, ?has_email: bool, ?has_twitter: bool, ?has_blog: bool, ?reachable: bool, ?active_90d: bool, ?hireable: bool, ?is_org: bool, ?is_bot: bool, ?is_suspected_automation: bool, ?min_followers: Integer, ?max_followers: Integer, ?min_repos: Integer, ?min_rank_score: Integer, ?min_account_age_years: Float, ?max_account_age_years: Float, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_itemObject

Parameters:

  • login: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


169
# File 'sig/crawlora.rbs', line 169

def github_users_item: (?login: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • influence_tier: (String)
  • reachable: (Boolean)
  • min_followers: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


170
# File 'sig/crawlora.rbs', line 170

def github_users_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?influence_tier: String, ?reachable: bool, ?min_followers: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_searchObject

Parameters:

  • q: (String)
  • login: (String)
  • company: (String)
  • influence_tier: (String)
  • country: (String)
  • country_code: (String)
  • state: (String)
  • city: (String)
  • domain: (String)
  • has_email: (Boolean)
  • has_twitter: (Boolean)
  • has_blog: (Boolean)
  • reachable: (Boolean)
  • active_90d: (Boolean)
  • hireable: (Boolean)
  • is_org: (Boolean)
  • is_bot: (Boolean)
  • is_suspected_automation: (Boolean)
  • min_followers: (Integer)
  • max_followers: (Integer)
  • min_repos: (Integer)
  • min_rank_score: (Integer)
  • min_account_age_years: (Float)
  • max_account_age_years: (Float)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


171
# File 'sig/crawlora.rbs', line 171

def github_users_search: (?q: String, ?login: String, ?company: String, ?influence_tier: String, ?country: String, ?country_code: String, ?state: String, ?city: String, ?domain: String, ?has_email: bool, ?has_twitter: bool, ?has_blog: bool, ?reachable: bool, ?active_90d: bool, ?hireable: bool, ?is_org: bool, ?is_bot: bool, ?is_suspected_automation: bool, ?min_followers: Integer, ?max_followers: Integer, ?min_repos: Integer, ?min_rank_score: Integer, ?min_account_age_years: Float, ?max_account_age_years: Float, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • has_geo: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


172
# File 'sig/crawlora.rbs', line 172

def google_map_businesses_facets: (?facet: String, ?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?has_geo: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_itemObject

Parameters:

  • place_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


173
# File 'sig/crawlora.rbs', line 173

def google_map_businesses_item: (?place_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • category: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


174
# File 'sig/crawlora.rbs', line 174

def google_map_businesses_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?category: String, ?min_rating: Float, ?min_review_count: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_searchObject

Parameters:

  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • has_geo: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


175
# File 'sig/crawlora.rbs', line 175

def google_map_businesses_search: (?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?has_geo: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#listObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


159
# File 'sig/crawlora.rbs', line 159

def list: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • topic: (String)
  • min_products: (Integer)
  • min_total_votes: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


176
# File 'sig/crawlora.rbs', line 176

def producthunt_makers_facets: (?facet: String, ?q: String, ?topic: String, ?min_products: Integer, ?min_total_votes: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_itemObject

Parameters:

  • username: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


177
# File 'sig/crawlora.rbs', line 177

def producthunt_makers_item: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_searchObject

Parameters:

  • q: (String)
  • topic: (String)
  • min_products: (Integer)
  • min_total_votes: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


178
# File 'sig/crawlora.rbs', line 178

def producthunt_makers_search: (?q: String, ?topic: String, ?min_products: Integer, ?min_total_votes: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • topic: (String)
  • maker: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_rating: (Float)
  • pricing_type: (String)
  • has_website: (Boolean)
  • is_online: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


179
# File 'sig/crawlora.rbs', line 179

def producthunt_products_facets: (?facet: String, ?q: String, ?topic: String, ?maker: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_rating: Float, ?pricing_type: String, ?has_website: bool, ?is_online: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_itemObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


180
# File 'sig/crawlora.rbs', line 180

def producthunt_products_item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_searchObject

Parameters:

  • q: (String)
  • topic: (String)
  • maker: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_rating: (Float)
  • pricing_type: (String)
  • has_website: (Boolean)
  • is_online: (Boolean)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


181
# File 'sig/crawlora.rbs', line 181

def producthunt_products_search: (?q: String, ?topic: String, ?maker: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_rating: Float, ?pricing_type: String, ?has_website: bool, ?is_online: bool, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • facet: (String)
  • group_by: (String)
  • topic: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_launches: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


182
# File 'sig/crawlora.rbs', line 182

def producthunt_trends_facets: (?facet: String, ?group_by: String, ?topic: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_launches: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • group_by: (String)
  • topic: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_launches: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


183
# File 'sig/crawlora.rbs', line 183

def producthunt_trends_search: (?group_by: String, ?topic: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_launches: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • technology: (Array[String])
  • any_of: (Array[String])
  • not: (Array[String])
  • category: (String)
  • cms: (String)
  • ecommerce: (String)
  • cdn: (String)
  • web_server: (String)
  • server_language: (String)
  • tld: (String)
  • render_tier: (String)
  • seed_source: (String)
  • has_captcha: (Boolean)
  • reachable: (Boolean)
  • min_tech_count: (Integer)
  • run_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


184
# File 'sig/crawlora.rbs', line 184

def techstack_facets: (?facet: String, ?q: String, ?technology: Array[String], ?any_of: Array[String], ?not: Array[String], ?category: String, ?cms: String, ?ecommerce: String, ?cdn: String, ?web_server: String, ?server_language: String, ?tld: String, ?render_tier: String, ?seed_source: String, ?has_captcha: bool, ?reachable: bool, ?min_tech_count: Integer, ?run_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_itemObject

Parameters:

  • domain: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


185
# File 'sig/crawlora.rbs', line 185

def techstack_item: (?domain: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_searchObject

Parameters:

  • q: (String)
  • technology: (Array[String])
  • any_of: (Array[String])
  • not: (Array[String])
  • category: (String)
  • cms: (String)
  • ecommerce: (String)
  • cdn: (String)
  • web_server: (String)
  • server_language: (String)
  • tld: (String)
  • render_tier: (String)
  • seed_source: (String)
  • has_captcha: (Boolean)
  • reachable: (Boolean)
  • min_tech_count: (Integer)
  • run_id: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


186
# File 'sig/crawlora.rbs', line 186

def techstack_search: (?q: String, ?technology: Array[String], ?any_of: Array[String], ?not: Array[String], ?category: String, ?cms: String, ?ecommerce: String, ?cdn: String, ?web_server: String, ?server_language: String, ?tld: String, ?render_tier: String, ?seed_source: String, ?has_captcha: bool, ?reachable: bool, ?min_tech_count: Integer, ?run_id: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • category: (String)
  • country: (String)
  • payment_provider: (String)
  • on_sale: (Boolean)
  • min_mrr: (Float)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


187
# File 'sig/crawlora.rbs', line 187

def trustmrr_facets: (?facet: String, ?q: String, ?category: String, ?country: String, ?payment_provider: String, ?on_sale: bool, ?min_mrr: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_itemObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


188
# File 'sig/crawlora.rbs', line 188

def trustmrr_item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_searchObject

Parameters:

  • q: (String)
  • slug: (String)
  • category: (String)
  • country: (String)
  • payment_provider: (String)
  • target_audience: (String)
  • business_type: (String)
  • tech: (String)
  • channel: (String)
  • listing_tier: (String)
  • status: (String)
  • on_sale: (Boolean)
  • is_sponsored: (Boolean)
  • min_mrr: (Float)
  • max_mrr: (Float)
  • min_revenue: (Float)
  • min_revenue_30d: (Float)
  • min_traffic: (Float)
  • min_growth: (Float)
  • max_multiple: (Float)
  • min_asking_price: (Float)
  • max_asking_price: (Float)
  • min_ahrefs_dr: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


189
# File 'sig/crawlora.rbs', line 189

def trustmrr_search: (?q: String, ?slug: String, ?category: String, ?country: String, ?payment_provider: String, ?target_audience: String, ?business_type: String, ?tech: String, ?channel: String, ?listing_tier: String, ?status: String, ?on_sale: bool, ?is_sponsored: bool, ?min_mrr: Float, ?max_mrr: Float, ?min_revenue: Float, ?min_revenue_30d: Float, ?min_traffic: Float, ?min_growth: Float, ?max_multiple: Float, ?min_asking_price: Float, ?max_asking_price: Float, ?min_ahrefs_dr: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped