outscraper 0.3.7 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97c677370f1667c0a830e12a858fc1aa0a830182c145830205151cbf2a0719a3
4
- data.tar.gz: 541a28805f574e7ad9d57df8a7d90bb43ee7b03128cc3ca33c45e5d7f0c93a76
3
+ metadata.gz: 804e023cc51a6aed7aa1b191b6941553bfad3d6c2b33aacaa96bb735f7faf095
4
+ data.tar.gz: 7da91b4be760c46550c88c139c90835129e7a1fc76dd6fe429fbad2da2e13f73
5
5
  SHA512:
6
- metadata.gz: f67f131e3546b2628c35679312655d725fb18f9fa905d41030ca7744269b9508dc0f6dcba83d0ab30355ad43b4f7858a9b9209f08cbeada6ac7047bca57a8a32
7
- data.tar.gz: 5d3d36c762fd24e04266b0bb4249ae9b3183de35bd27a77c39be630ccc2af243d4055d2bdac60a69814f80b7eca812d5be1d51af59a17d646805f517a767ae7a
6
+ metadata.gz: cb1e08ab347773cbaa1e8e3bc2012df82456feae4908946565e11139629482211c761ed1375680f4225f5bf2ff205a963f16c12841d37372f59f54f0cbb3d18f
7
+ data.tar.gz: bfde777b1935bba086515aa4a30f7050079ef377f867098f25c9c9562d5868365d1e7c790f84a4c76c894702d6ba04b0d30f3ce610ca89ff2a263d43aee39bd0
@@ -1,6 +1,6 @@
1
1
  # Emails And Contacts Scraper With Python
2
2
 
3
- Allows finding email addresses, social links, and phones from domains via [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Email-Related/paths/~1contacts-and-leads/get).
3
+ Allows finding email addresses, social links, and phones from domains via [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Email-Related/paths/~1leads-and-contacts/get).
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Outscraper
4
- VERSION = "0.3.7"
4
+ VERSION = "0.3.8"
5
5
  end
data/lib/outscraper.rb CHANGED
@@ -149,7 +149,7 @@ module Outscraper
149
149
  ui: false,
150
150
  webhook: nil
151
151
  )
152
- response = self.class.get('/contacts-and-leads', query: {
152
+ response = self.class.get('/leads-and-contacts', query: {
153
153
  query: query,
154
154
  fields: fields ? Array(fields) : nil,
155
155
  async: ui ? true : async_request,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outscraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Outscraper
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-04 00:00:00.000000000 Z
11
+ date: 2026-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -42,7 +42,6 @@ files:
42
42
  - examples/Businesses.md
43
43
  - examples/Company Insights.md
44
44
  - examples/Company Website Finder.md
45
- - examples/Contacts And Leads.md
46
45
  - examples/Email Addresses Finder.md
47
46
  - examples/Emails And Contacts.md
48
47
  - examples/Google Directions.md
@@ -50,6 +49,7 @@ files:
50
49
  - examples/Google Maps Reviews.md
51
50
  - examples/Google Maps.md
52
51
  - examples/Google SERP.md
52
+ - examples/Leads And Contacts.md
53
53
  - examples/Phones Validator.md
54
54
  - examples/SimilarWeb Scraper.md
55
55
  - examples/Tripadvisor Reviews Scraper.md