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 +4 -4
- data/examples/{Contacts And Leads.md → Leads And Contacts.md } +1 -1
- data/lib/outscraper/version.rb +1 -1
- data/lib/outscraper.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 804e023cc51a6aed7aa1b191b6941553bfad3d6c2b33aacaa96bb735f7faf095
|
|
4
|
+
data.tar.gz: 7da91b4be760c46550c88c139c90835129e7a1fc76dd6fe429fbad2da2e13f73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/~
|
|
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
|
|
data/lib/outscraper/version.rb
CHANGED
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('/
|
|
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.
|
|
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-
|
|
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
|