linkedin 0.3.6 → 0.3.7
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.
- data/examples/authenticate.rb +1 -1
- data/examples/profile.rb +4 -0
- data/examples/sinatra.rb +77 -0
- data/lib/linked_in/api/query_methods.rb +25 -16
- data/lib/linked_in/api/update_methods.rb +20 -17
- data/lib/linked_in/errors.rb +1 -1
- data/lib/linked_in/helpers/request.rb +4 -1
- data/lib/linked_in/search.rb +27 -8
- data/lib/linked_in/version.rb +1 -1
- data/linkedin.gemspec +3 -3
- data/spec/cases/api_spec.rb +31 -0
- data/spec/cases/oauth_spec.rb +0 -1
- data/spec/cases/search_spec.rb +206 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml +135 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml +122 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml +72 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml +136 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml +136 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml +128 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml +252 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml +73 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml +71 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml +111 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml +71 -0
- data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml +66 -0
- metadata +53 -26
@@ -0,0 +1,136 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: https://api.linkedin.com:443/v1/people-search?keywords=github
|
6
|
+
body:
|
7
|
+
headers:
|
8
|
+
user-agent:
|
9
|
+
- OAuth gem v0.4.4
|
10
|
+
authorization:
|
11
|
+
- OAuth oauth_consumer_key="C2UfeHxZrij1PyppziDLbdUQti6f4TLaL-N0dyiV_us4Pj18_vsHcjKIX0i69fSn",
|
12
|
+
oauth_nonce="neCS0f9bL8RywiUOvLLDBfAwnc3wmlyFH3N2k4v2PmU", oauth_signature="0EgRN6GvhW3WdWMS8g0gdbOp9Do%3D",
|
13
|
+
oauth_signature_method="HMAC-SHA1", oauth_timestamp="1305061361", oauth_token="afb39322-be32-4b83-83a0-7e35e18d3082",
|
14
|
+
oauth_version="1.0"
|
15
|
+
x-li-format:
|
16
|
+
- json
|
17
|
+
response: !ruby/struct:VCR::Response
|
18
|
+
status: !ruby/struct:VCR::ResponseStatus
|
19
|
+
code: 200
|
20
|
+
message: OK
|
21
|
+
headers:
|
22
|
+
content-type:
|
23
|
+
- application/json;charset=UTF-8
|
24
|
+
server:
|
25
|
+
- Apache-Coyote/1.1
|
26
|
+
date:
|
27
|
+
- Tue, 10 May 2011 21:02:41 GMT
|
28
|
+
x-li-format:
|
29
|
+
- json
|
30
|
+
vary:
|
31
|
+
- x-li-format,Accept-Encoding
|
32
|
+
transfer-encoding:
|
33
|
+
- chunked
|
34
|
+
body: ! "{\n \"numResults\": 905,\n \"people\": {\n \"values\": [\n {\n
|
35
|
+
\ \"id\": \"YkdnFl04s_\",\n \"lastName\": \"Pires\",\n \"firstName\":
|
36
|
+
\"Giliardi\"\n },\n {\n \"id\": \"5oELVyNfN3\",\n \"lastName\":
|
37
|
+
\"Alencar\",\n \"firstName\": \"Ivan\"\n },\n {\n \"id\":
|
38
|
+
\"k-wxkgFDYL\",\n \"lastName\": \"Private\",\n \"firstName\":
|
39
|
+
\"\"\n },\n {\n \"id\": \"xT-OdnpncE\",\n \"lastName\":
|
40
|
+
\"Private\",\n \"firstName\": \"\"\n },\n {\n \"id\":
|
41
|
+
\"GAG-lE3XVw\",\n \"lastName\": \"Private\",\n \"firstName\":
|
42
|
+
\"\"\n },\n {\n \"id\": \"z2XMcxa_dR\",\n \"lastName\":
|
43
|
+
\"M.\",\n \"firstName\": \"Stephen\"\n },\n {\n \"id\":
|
44
|
+
\"cPANxsayPK\",\n \"lastName\": \"Private\",\n \"firstName\":
|
45
|
+
\"\"\n },\n {\n \"id\": \"SbMT09zllx\",\n \"lastName\":
|
46
|
+
\"L.\",\n \"firstName\": \"Rodolfo\"\n },\n {\n \"id\":
|
47
|
+
\"GrH-5d4mH1\",\n \"lastName\": \"Barnaba\",\n \"firstName\":
|
48
|
+
\"Marcello\"\n },\n {\n \"id\": \"pdzrGpyP0h\",\n \"lastName\":
|
49
|
+
\"C.\",\n \"firstName\": \"Pablo\"\n }\n ],\n \"_count\":
|
50
|
+
10,\n \"_start\": 0,\n \"_total\": 110\n }\n}"
|
51
|
+
http_version: '1.1'
|
52
|
+
- !ruby/struct:VCR::HTTPInteraction
|
53
|
+
request: !ruby/struct:VCR::Request
|
54
|
+
method: :post
|
55
|
+
uri: https://api.linkedin.com:443/uas/oauth/requestToken
|
56
|
+
body:
|
57
|
+
headers:
|
58
|
+
user-agent:
|
59
|
+
- OAuth gem v0.4.5
|
60
|
+
content-length:
|
61
|
+
- '0'
|
62
|
+
authorization:
|
63
|
+
- OAuth oauth_body_hash="2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk%3D", oauth_callback="oob",
|
64
|
+
oauth_consumer_key="a39e395e-bc38-4d5b-ae3b-52f840f821e9", oauth_nonce="UuoHVjUP4dd5Soqo0WrqODrxeWduE0D7hTTfgqeEgc",
|
65
|
+
oauth_signature="FLU2BhoUM1I1AwQ5Nv8EtL2O6B8%3D", oauth_signature_method="HMAC-SHA1",
|
66
|
+
oauth_timestamp="1329922223", oauth_version="1.0"
|
67
|
+
response: !ruby/struct:VCR::Response
|
68
|
+
status: !ruby/struct:VCR::ResponseStatus
|
69
|
+
code: 401
|
70
|
+
message: Unauthorized
|
71
|
+
headers:
|
72
|
+
server:
|
73
|
+
- Apache-Coyote/1.1
|
74
|
+
www-authenticate:
|
75
|
+
- OAuth realm="https%3A%2F%2Fapi.linkedin.com", oauth_problem="consumer_key_unknown"
|
76
|
+
content-type:
|
77
|
+
- application/x-www-form-urlencoded;charset=UTF-8
|
78
|
+
content-length:
|
79
|
+
- '34'
|
80
|
+
vary:
|
81
|
+
- Accept-Encoding
|
82
|
+
date:
|
83
|
+
- Wed, 22 Feb 2012 14:50:25 GMT
|
84
|
+
body: oauth_problem=consumer_key_unknown
|
85
|
+
http_version: '1.1'
|
86
|
+
- !ruby/struct:VCR::HTTPInteraction
|
87
|
+
request: !ruby/struct:VCR::Request
|
88
|
+
method: :get
|
89
|
+
uri: https://api.linkedin.com:443/v1people-search?keywords=github
|
90
|
+
body:
|
91
|
+
headers:
|
92
|
+
x-li-format:
|
93
|
+
- json
|
94
|
+
user-agent:
|
95
|
+
- OAuth gem v0.4.5
|
96
|
+
authorization:
|
97
|
+
- OAuth oauth_consumer_key="n22cs9eyo36s", oauth_nonce="Y9Z6mPtiiliebyfkJ6HjTJdPzl1wwoKRDv0eU1Qe6vQ",
|
98
|
+
oauth_signature="RYpx4iML26Tq5I%2FK14ocPB%2FzOBw%3D", oauth_signature_method="HMAC-SHA1",
|
99
|
+
oauth_timestamp="1329991236", oauth_token="a39e395e-bc38-4d5b-ae3b-52f840f821e9",
|
100
|
+
oauth_version="1.0"
|
101
|
+
response: !ruby/struct:VCR::Response
|
102
|
+
status: !ruby/struct:VCR::ResponseStatus
|
103
|
+
code: 404
|
104
|
+
message: Not Found
|
105
|
+
headers:
|
106
|
+
content-type:
|
107
|
+
- text/html
|
108
|
+
content-length:
|
109
|
+
- '1888'
|
110
|
+
date:
|
111
|
+
- Thu, 23 Feb 2012 10:00:37 GMT
|
112
|
+
server:
|
113
|
+
- lighttpd
|
114
|
+
body: ! "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n
|
115
|
+
\ <title>404: Page Not Found</title>\n <meta http-equiv=\"content-type\" content=\"text/html;
|
116
|
+
charset=UTF-8\">\n <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\">\n</head>\n\n<body
|
117
|
+
class=\"errorpg\">\n\n<div id=\"header\">\n <a href=\"/home\"><img src=\"/img/logos/logo.gif\"
|
118
|
+
width=\"129\" height=\"36\" alt=\"Linkedin\"></a>\n</div>\n\n<div id=\"main\"
|
119
|
+
class=\"error404\">\n <h1>Page Not Found</h1>\n <p>The page you requested
|
120
|
+
is no longer available, or cannot be found.</p>\n <p class=\"bottom\">Please
|
121
|
+
double-check the URL (address) you used, or <a href=\"mailto:customer_service@linkedin.com\">contact
|
122
|
+
us</a> if you feel you have reached this page in error.</p>\n <p class=\"top
|
123
|
+
helper\"><strong>Click the “Back” button on your browser or <a href=\"/home\">go
|
124
|
+
to the home page</a>.</strong></p>\n \n <br>\n \n <p><strong>Are you looking
|
125
|
+
for any of these LinkedIn features?</strong></p>\n <ul>\n <li><a href=\"/search\">Find
|
126
|
+
People</a></li>\n <li><a href=\"/jobs\">Find Jobs</a></li>\n <li><a href=\"/services\">Find
|
127
|
+
Services</a></li>\n <li><a href=\"/reconnect?displayCategories=\">Reconnect
|
128
|
+
with Colleagues</a></li>\n </ul>\n \n <ul>\n <li><a href=\"/static?key=outlook_toolbar_download\">Outlook
|
129
|
+
Toolbar</a></li>\n <li><a href=\"/static?key=firefox_companion_download\">Firefox
|
130
|
+
Companion</a></li>\n <li><a href=\"/static?key=ie_toolbar_download\">Internet
|
131
|
+
Explorer Toolbar</a></li>\n <li><a href=\"/static?key=groups_info\">LinkedIn
|
132
|
+
for Groups</a></li>\n </ul>\n\n <ul>\n <li><a href=\"https://www.linkedin.com/secure/settings\">My
|
133
|
+
Account</a></li>\n <li><a href=\"/profile\">My Profile</a></li>\n <li><a
|
134
|
+
href=\"/connections\">My Connections</a></li>\n <li><a href=\"/inviteMany\">Add
|
135
|
+
Connections</a></li>\n </ul>\n <div class=\"spacer\"> </div>\n</div>\n\n</body>\n</html>"
|
136
|
+
http_version: '1.1'
|
@@ -0,0 +1,128 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: https://api.linkedin.com:443/v1/people-search?count=5&keywords=github&start=5
|
6
|
+
body:
|
7
|
+
headers:
|
8
|
+
user-agent:
|
9
|
+
- OAuth gem v0.4.4
|
10
|
+
authorization:
|
11
|
+
- OAuth oauth_consumer_key="C2UfeHxZrij1PyppziDLbdUQti6f4TLaL-N0dyiV_us4Pj18_vsHcjKIX0i69fSn",
|
12
|
+
oauth_nonce="efW9d0TjHFPkszKWMt55AyyIhu0lf0fqcX5562fL30", oauth_signature="NLhujA9Isu2Y%2FwFRXCpW9oFGip0%3D",
|
13
|
+
oauth_signature_method="HMAC-SHA1", oauth_timestamp="1305061362", oauth_token="afb39322-be32-4b83-83a0-7e35e18d3082",
|
14
|
+
oauth_version="1.0"
|
15
|
+
x-li-format:
|
16
|
+
- json
|
17
|
+
response: !ruby/struct:VCR::Response
|
18
|
+
status: !ruby/struct:VCR::ResponseStatus
|
19
|
+
code: 200
|
20
|
+
message: OK
|
21
|
+
headers:
|
22
|
+
content-type:
|
23
|
+
- application/json;charset=UTF-8
|
24
|
+
server:
|
25
|
+
- Apache-Coyote/1.1
|
26
|
+
date:
|
27
|
+
- Tue, 10 May 2011 21:02:44 GMT
|
28
|
+
x-li-format:
|
29
|
+
- json
|
30
|
+
vary:
|
31
|
+
- x-li-format,Accept-Encoding
|
32
|
+
transfer-encoding:
|
33
|
+
- chunked
|
34
|
+
body: ! "{\n \"numResults\": 905,\n \"people\": {\n \"values\": [\n {\n
|
35
|
+
\ \"id\": \"z2XMcxa_dR\",\n \"lastName\": \"M.\",\n \"firstName\":
|
36
|
+
\"Stephen\"\n },\n {\n \"id\": \"cPANxsayPK\",\n \"lastName\":
|
37
|
+
\"Private\",\n \"firstName\": \"\"\n },\n {\n \"id\":
|
38
|
+
\"SbMT09zllx\",\n \"lastName\": \"L.\",\n \"firstName\": \"Rodolfo\"\n
|
39
|
+
\ },\n {\n \"id\": \"GrH-5d4mH1\",\n \"lastName\": \"Barnaba\",\n
|
40
|
+
\ \"firstName\": \"Marcello\"\n },\n {\n \"id\": \"pdzrGpyP0h\",\n
|
41
|
+
\ \"lastName\": \"C.\",\n \"firstName\": \"Pablo\"\n }\n ],\n
|
42
|
+
\ \"_count\": 5,\n \"_start\": 5,\n \"_total\": 110\n }\n}"
|
43
|
+
http_version: '1.1'
|
44
|
+
- !ruby/struct:VCR::HTTPInteraction
|
45
|
+
request: !ruby/struct:VCR::Request
|
46
|
+
method: :post
|
47
|
+
uri: https://api.linkedin.com:443/uas/oauth/requestToken
|
48
|
+
body:
|
49
|
+
headers:
|
50
|
+
user-agent:
|
51
|
+
- OAuth gem v0.4.5
|
52
|
+
content-length:
|
53
|
+
- '0'
|
54
|
+
authorization:
|
55
|
+
- OAuth oauth_body_hash="2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk%3D", oauth_callback="oob",
|
56
|
+
oauth_consumer_key="a39e395e-bc38-4d5b-ae3b-52f840f821e9", oauth_nonce="qNNn2PVI87k4RFxKbSolSwOWOlmcxO8bcWrofwTwTqU",
|
57
|
+
oauth_signature="MhkIBljWjbXfRQ8r4be9jbdDoeo%3D", oauth_signature_method="HMAC-SHA1",
|
58
|
+
oauth_timestamp="1329922224", oauth_version="1.0"
|
59
|
+
response: !ruby/struct:VCR::Response
|
60
|
+
status: !ruby/struct:VCR::ResponseStatus
|
61
|
+
code: 401
|
62
|
+
message: Unauthorized
|
63
|
+
headers:
|
64
|
+
server:
|
65
|
+
- Apache-Coyote/1.1
|
66
|
+
www-authenticate:
|
67
|
+
- OAuth realm="https%3A%2F%2Fapi.linkedin.com", oauth_problem="consumer_key_unknown"
|
68
|
+
content-type:
|
69
|
+
- application/x-www-form-urlencoded;charset=UTF-8
|
70
|
+
content-length:
|
71
|
+
- '34'
|
72
|
+
vary:
|
73
|
+
- Accept-Encoding
|
74
|
+
date:
|
75
|
+
- Wed, 22 Feb 2012 14:50:28 GMT
|
76
|
+
body: oauth_problem=consumer_key_unknown
|
77
|
+
http_version: '1.1'
|
78
|
+
- !ruby/struct:VCR::HTTPInteraction
|
79
|
+
request: !ruby/struct:VCR::Request
|
80
|
+
method: :get
|
81
|
+
uri: https://api.linkedin.com:443/v1people-search?count=5&keywords=github&start=5
|
82
|
+
body:
|
83
|
+
headers:
|
84
|
+
x-li-format:
|
85
|
+
- json
|
86
|
+
user-agent:
|
87
|
+
- OAuth gem v0.4.5
|
88
|
+
authorization:
|
89
|
+
- OAuth oauth_consumer_key="n22cs9eyo36s", oauth_nonce="T6HlbQmLOSYpKReW5f62ynJ0v5bahq7DPXXtVt8",
|
90
|
+
oauth_signature="KAO8bptvgvyGmrzuXIcD3oT%2BOPw%3D", oauth_signature_method="HMAC-SHA1",
|
91
|
+
oauth_timestamp="1329991236", oauth_token="a39e395e-bc38-4d5b-ae3b-52f840f821e9",
|
92
|
+
oauth_version="1.0"
|
93
|
+
response: !ruby/struct:VCR::Response
|
94
|
+
status: !ruby/struct:VCR::ResponseStatus
|
95
|
+
code: 404
|
96
|
+
message: Not Found
|
97
|
+
headers:
|
98
|
+
content-type:
|
99
|
+
- text/html
|
100
|
+
content-length:
|
101
|
+
- '1888'
|
102
|
+
date:
|
103
|
+
- Thu, 23 Feb 2012 10:00:37 GMT
|
104
|
+
server:
|
105
|
+
- lighttpd
|
106
|
+
body: ! "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n
|
107
|
+
\ <title>404: Page Not Found</title>\n <meta http-equiv=\"content-type\" content=\"text/html;
|
108
|
+
charset=UTF-8\">\n <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\">\n</head>\n\n<body
|
109
|
+
class=\"errorpg\">\n\n<div id=\"header\">\n <a href=\"/home\"><img src=\"/img/logos/logo.gif\"
|
110
|
+
width=\"129\" height=\"36\" alt=\"Linkedin\"></a>\n</div>\n\n<div id=\"main\"
|
111
|
+
class=\"error404\">\n <h1>Page Not Found</h1>\n <p>The page you requested
|
112
|
+
is no longer available, or cannot be found.</p>\n <p class=\"bottom\">Please
|
113
|
+
double-check the URL (address) you used, or <a href=\"mailto:customer_service@linkedin.com\">contact
|
114
|
+
us</a> if you feel you have reached this page in error.</p>\n <p class=\"top
|
115
|
+
helper\"><strong>Click the “Back” button on your browser or <a href=\"/home\">go
|
116
|
+
to the home page</a>.</strong></p>\n \n <br>\n \n <p><strong>Are you looking
|
117
|
+
for any of these LinkedIn features?</strong></p>\n <ul>\n <li><a href=\"/search\">Find
|
118
|
+
People</a></li>\n <li><a href=\"/jobs\">Find Jobs</a></li>\n <li><a href=\"/services\">Find
|
119
|
+
Services</a></li>\n <li><a href=\"/reconnect?displayCategories=\">Reconnect
|
120
|
+
with Colleagues</a></li>\n </ul>\n \n <ul>\n <li><a href=\"/static?key=outlook_toolbar_download\">Outlook
|
121
|
+
Toolbar</a></li>\n <li><a href=\"/static?key=firefox_companion_download\">Firefox
|
122
|
+
Companion</a></li>\n <li><a href=\"/static?key=ie_toolbar_download\">Internet
|
123
|
+
Explorer Toolbar</a></li>\n <li><a href=\"/static?key=groups_info\">LinkedIn
|
124
|
+
for Groups</a></li>\n </ul>\n\n <ul>\n <li><a href=\"https://www.linkedin.com/secure/settings\">My
|
125
|
+
Account</a></li>\n <li><a href=\"/profile\">My Profile</a></li>\n <li><a
|
126
|
+
href=\"/connections\">My Connections</a></li>\n <li><a href=\"/inviteMany\">Add
|
127
|
+
Connections</a></li>\n </ul>\n <div class=\"spacer\"> </div>\n</div>\n\n</body>\n</html>"
|
128
|
+
http_version: '1.1'
|
@@ -0,0 +1,252 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: https://api.linkedin.com:443/v1/company-search:(companies:(id,name,industries,description,specialties),num-results)?keywords=apple
|
6
|
+
body:
|
7
|
+
headers:
|
8
|
+
x-li-format:
|
9
|
+
- json
|
10
|
+
user-agent:
|
11
|
+
- OAuth gem v0.4.5
|
12
|
+
authorization:
|
13
|
+
- OAuth oauth_consumer_key="n22cs9eyo36s", oauth_nonce="q7OIazxfRqNeuKtIn86PThFXYXwe16NtNQgFe6mETo",
|
14
|
+
oauth_signature="tBpOJdPV3CvjKM%2Fu3IQ2oS%2BfKvI%3D", oauth_signature_method="HMAC-SHA1",
|
15
|
+
oauth_timestamp="1329994002", oauth_token="a39e395e-bc38-4d5b-ae3b-52f840f821e9",
|
16
|
+
oauth_version="1.0"
|
17
|
+
response: !ruby/struct:VCR::Response
|
18
|
+
status: !ruby/struct:VCR::ResponseStatus
|
19
|
+
code: 200
|
20
|
+
message: OK
|
21
|
+
headers:
|
22
|
+
server:
|
23
|
+
- Apache-Coyote/1.1
|
24
|
+
x-li-request-id:
|
25
|
+
- HHH4PB27GU
|
26
|
+
vary:
|
27
|
+
- ! '*'
|
28
|
+
x-li-format:
|
29
|
+
- json
|
30
|
+
content-type:
|
31
|
+
- application/json;charset=UTF-8
|
32
|
+
transfer-encoding:
|
33
|
+
- chunked
|
34
|
+
date:
|
35
|
+
- Thu, 23 Feb 2012 10:46:46 GMT
|
36
|
+
body: ! "{\n \"companies\": {\n \"_count\": 10,\n \"_start\": 0,\n \"_total\":
|
37
|
+
5696,\n \"values\": [\n {\n \"description\": \"Apple designs
|
38
|
+
Macs, the best personal computers in the world, along with Mac OS X, iLife,
|
39
|
+
iWork, and professional software. Apple leads the digital music revolution with
|
40
|
+
its iPods and iTunes online store. Apple is reinventing the mobile phone with
|
41
|
+
its revolutionary iPhone and App Store, and has recently introduced its magical
|
42
|
+
iPad which is defining the future of mobile media and computing devices.\",\n
|
43
|
+
\ \"id\": 162479,\n \"industries\": {\n \"_total\": 1,\n
|
44
|
+
\ \"values\": [{\n \"code\": \"4\",\n \"name\":
|
45
|
+
\"Computer Software\"\n }]\n },\n \"name\": \"Apple\",\n
|
46
|
+
\ \"specialties\": {\n \"_total\": 4,\n \"values\":
|
47
|
+
[\n \"Innovative product development\",\n \"world class
|
48
|
+
operations\",\n \"Retail\",\n \"Telephone Support\"\n
|
49
|
+
\ ]\n }\n },\n {\n \"description\": \"Every
|
50
|
+
Apple Retail Store offers customers great ways to get the most out of their
|
51
|
+
Mac and iPod, such as free advice at the Genius Bar, popular in-store workshops
|
52
|
+
and special programs for kids. Customers can also book a free appointment with
|
53
|
+
a Personal Shopper to get expert buying advice or help selecting the perfect
|
54
|
+
gift for everyone on their list. The hands-on Apple Retail Store experience
|
55
|
+
gives customers a chance to test-drive Apple\\u2019s entire product line.\",\n
|
56
|
+
\ \"id\": 1276,\n \"industries\": {\n \"_total\": 1,\n
|
57
|
+
\ \"values\": [{\n \"code\": \"27\",\n \"name\":
|
58
|
+
\"Retail\"\n }]\n },\n \"name\": \"Apple Retail\",\n
|
59
|
+
\ \"specialties\": {\n \"_total\": 3,\n \"values\":
|
60
|
+
[\n \"retail\",\n \"technology\",\n \"computers\"\n
|
61
|
+
\ ]\n }\n },\n {\n \"description\": \"Xerox
|
62
|
+
was founded in 1906 in Rochester, New York as \\\"The Haloid Company\\\", which
|
63
|
+
originally manufactured photographic paper and equipment. The company subsequently
|
64
|
+
changed its name to \\\"Haloid Xerox\\\" in 1958 and then simply \\\"Xerox\\\"
|
65
|
+
in 1961. The company came to prominence in 1959 with the introduction of the
|
66
|
+
first plain paper photocopier using the process of xerography developed by Chester
|
67
|
+
Carlson, the Xerox 914. Before releasing the 914, Xerox had also introduced
|
68
|
+
the first xerographic printer, the \\\"Copyflo\\\" in 1955.\\r\\n\\r\\nIn 1970
|
69
|
+
Xerox opened the Xerox PARC research facility. The facility developed many modern
|
70
|
+
computing methods such as the mouse and the graphical user interface. From these
|
71
|
+
inventions, Xerox PARC created the Xerox Alto in 1973, a small minicomputer
|
72
|
+
similar to a workstation and personal computer. The Alto was never commercially
|
73
|
+
sold, as Xerox itself could not see the sales potential of it. In 1979, several
|
74
|
+
Apple Computer employees, including Steve Jobs, visited Xerox PARC, interested
|
75
|
+
in seeing their developments. Jobs and the others saw the commercial potential
|
76
|
+
of the GUI and mouse, and began development of the Apple Lisa, which Apple introduced
|
77
|
+
in 1983.\\r\\n \\r\\nHeadquartered in Norwalk, Conn., today Xerox is a $22
|
78
|
+
billion leading global enterprise for business process and document management.
|
79
|
+
Through its portfolio of technology and services, Xerox provides the essential
|
80
|
+
back-office support that clears the way for clients to focus on what they do
|
81
|
+
best: their real business. Xerox provides leading-edge document technology,
|
82
|
+
services, software and genuine Xerox supplies for graphic communication and
|
83
|
+
office printing environments of any size. Through ACS, A Xerox Company, which
|
84
|
+
Xerox acquired in February 2010, Xerox also offers extensive business process
|
85
|
+
outsourcing and IT outsourcing services, including data processing, HR benefits
|
86
|
+
management, finance support, and CRM services for commercial and government
|
87
|
+
organizations worldwide.\",\n \"id\": 1373,\n \"industries\":
|
88
|
+
{\n \"_total\": 1,\n \"values\": [{\n \"code\":
|
89
|
+
\"83\",\n \"name\": \"Printing\"\n }]\n },\n \"name\":
|
90
|
+
\"Xerox\",\n \"specialties\": {\n \"_total\": 6,\n \"values\":
|
91
|
+
[\n \"Office Solutions\",\n \"Printing\",\n \"document
|
92
|
+
management\",\n \"managed print services\",\n \"ITO\",\n
|
93
|
+
\ \"BPO\"\n ]\n }\n },\n {\n \"description\":
|
94
|
+
\"With more than 23 million members in the United States and Canada, Netflix,
|
95
|
+
Inc. [Nasdaq: NFLX] is the world\\u2019s leading Internet subscription service
|
96
|
+
for enjoying movies and TV shows. For $7.99 a month, Netflix members can instantly
|
97
|
+
watch unlimited movies and TV episodes streamed over the Internet to PCs, Macs
|
98
|
+
and TVs. Among the large and expanding base of devices streaming from Netflix
|
99
|
+
are Microsoft\\u2019s Xbox 360, Nintendo\\u2019s Wii and Sony\\u2019s PS3 consoles;
|
100
|
+
an array of Blu-ray disc players, Internet-connected TVs, home theater systems,
|
101
|
+
digital video recorders and Internet video players; Apple\\u2019s iPhone, iPad
|
102
|
+
and iPod touch, as well as Apple TV and Google TV. In all, more than 200 devices
|
103
|
+
that stream from Netflix are available in the U.S. and a growing number are
|
104
|
+
available in Canada. For more information, visit www.netflix.com.\",\n \"id\":
|
105
|
+
165158,\n \"industries\": {\n \"_total\": 1,\n \"values\":
|
106
|
+
[{\n \"code\": \"28\",\n \"name\": \"Entertainment\"\n
|
107
|
+
\ }]\n },\n \"name\": \"Netflix\",\n \"specialties\":
|
108
|
+
{\n \"_total\": 1,\n \"values\": [\"The best way to watch
|
109
|
+
movies and TV shows instantly.\"]\n }\n },\n {\n \"description\":
|
110
|
+
\"HCL Infosystems Ltd, with revenue of US $ 2.5 billion (Rs. 12,057 Cr) is India\\u2019s
|
111
|
+
premier hardware, services and ICT systems integration company offering a wide
|
112
|
+
\ spectrum of ICT products that includes Computing, Storage, Networking, Security,
|
113
|
+
Telecom, Imaging and Retail. HCL is a one-stop-shop for all the ICT requirements
|
114
|
+
of an organization. India's leading System Integration and Infrastructure Management
|
115
|
+
Services Organization, HCL has specialized expertise across verticals including
|
116
|
+
Telecom, BFSI, eGovernance & Power. HCL has India's largest distribution and
|
117
|
+
retail network, taking to market a range of Digital Lifestyle products in partnership
|
118
|
+
with leading global ICT brands, including Apple, Cisco, Ericsson, Kingston,
|
119
|
+
Kodak, Konica Minolta, Microsoft, Nokia, and many more. HCL today has India's
|
120
|
+
largest vertically integrated computer manufacturing facility with over three
|
121
|
+
decades of electronic manufacturing experience & HCL desktops is the largest
|
122
|
+
selling brand into the enterprise space. With India\\u2019s largest ICT services
|
123
|
+
network that reaches to every corner of India, HCL\\u2019s award winning Support
|
124
|
+
Services makes it the preferred choice of enterprise and consumers alike. HCL
|
125
|
+
Infosystems has a 100% subsidiary that addresses the physical security technology
|
126
|
+
system integration market. The subsidiary leverages technology to build a security
|
127
|
+
framework called \\u2018Safe State\\u2019 that safe guard\\u2019s life, infrastructure
|
128
|
+
& society. \\r\\nFor more information please visit us at www.hclinfosystems.com\",\n
|
129
|
+
\ \"id\": 7240,\n \"industries\": {\n \"_total\": 1,\n
|
130
|
+
\ \"values\": [{\n \"code\": \"96\",\n \"name\":
|
131
|
+
\"Information Technology and Services\"\n }]\n },\n \"name\":
|
132
|
+
\"HCL Infosystems Ltd\",\n \"specialties\": {\n \"_total\":
|
133
|
+
9,\n \"values\": [\n \"ERP Consulting & Services\",\n \"System
|
134
|
+
Integration\",\n \"IT Infrastructure Consultancy\",\n \"Managed
|
135
|
+
Services\",\n \"Strategic Outsourcing Services\",\n \"Infostructure
|
136
|
+
Services\",\n \"Networking Infrastructure\",\n \"Facilities
|
137
|
+
Management\",\n \"Career Development Centre and VPN & Managed Network\"\n
|
138
|
+
\ ]\n }\n },\n {\n \"description\": \"Experience
|
139
|
+
the Difference. \\r\\nFor over 40 years, Apple Vacations has provided the
|
140
|
+
most value in vacations to millions of people. Throughout the years, we\\u2019ve
|
141
|
+
provided what you want in a vacation \\u2013 great service, convenience, and
|
142
|
+
value. We understand just how important your vacation is. We know because, like
|
143
|
+
you, vacations are important to us too. \\r\\n \\r\\nApple Vacations is now
|
144
|
+
a company of almost 1500 energetic, hardworking employees with the same entrepreneurial
|
145
|
+
attitudes as our founders. Headquartered just outside Philadelphia with regional
|
146
|
+
offices in Chicago and Boston, the company is completely focused on providing
|
147
|
+
quality vacations for our customers. Employees are empowered to make decisions
|
148
|
+
that impact the quality of their customers\\u2019 vacations on a daily basis.
|
149
|
+
Since our humble beginnings, Apple Vacations has created the ultimate \\u201cbeginning-to-end\\u201d
|
150
|
+
vacation experience for customers. Apple Vacations employees will greet you
|
151
|
+
at your departure airport in more than 20 cities; and will meet your flight
|
152
|
+
in our charter destinations. Apple Vacations\\u2019 sister companies, USA3000
|
153
|
+
Airlines, flies customers to their destinations from more than 20 U.S. cities;
|
154
|
+
and Amstar, is the destination management company in-resort with uniformed representatives,
|
155
|
+
who will greet you upon arrival and assist you while you are at your resort.
|
156
|
+
Unlike any other travel company, Apple Vacations truly provides the ultimate
|
157
|
+
in a quality vacation experience.\",\n \"id\": 19271,\n \"industries\":
|
158
|
+
{\n \"_total\": 1,\n \"values\": [{\n \"code\":
|
159
|
+
\"30\",\n \"name\": \"Leisure and Travel\"\n }]\n },\n
|
160
|
+
\ \"name\": \"Apple Vacations\",\n \"specialties\": {\n \"_total\":
|
161
|
+
2,\n \"values\": [\n \"Leisure travel\",\n \"all
|
162
|
+
inclusive vacation packages\"\n ]\n }\n },\n {\n \"description\":
|
163
|
+
\"FileMaker is the leader in easy-to-use database software. Millions of people,
|
164
|
+
from individuals to some of the world's largest companies, rely on FileMaker
|
165
|
+
software to manage, analyze and share essential information. \\r\\n\\r\\nThe
|
166
|
+
company's products are the FileMaker Pro line - versatile database software
|
167
|
+
for teams and organizations, for Windows, Mac, iPhone, iPad and the web - and
|
168
|
+
Bento, the personal database for Mac, iPhone and iPad. FileMaker, Inc. is a
|
169
|
+
subsidiary of Apple.\",\n \"id\": 163801,\n \"industries\": {\n
|
170
|
+
\ \"_total\": 1,\n \"values\": [{\n \"code\": \"4\",\n
|
171
|
+
\ \"name\": \"Computer Software\"\n }]\n },\n \"name\":
|
172
|
+
\"FileMaker\",\n \"specialties\": {\n \"_total\": 10,\n \"values\":
|
173
|
+
[\n \"database\",\n \"online database\",\n \"easy
|
174
|
+
database\",\n \"software\",\n \"iphone software\",\n \"iphone
|
175
|
+
database\",\n \"organization\",\n \"server\",\n \"database
|
176
|
+
server\",\n \"web database\"\n ]\n }\n },\n
|
177
|
+
\ {\n \"description\": \"GHA Technologies, Inc. is a nationally expanding
|
178
|
+
network, computer reseller and systems integrator with offices nationwide. GHA
|
179
|
+
is listed as the 196 on the national VAR 500 list and 32nd largest private corporation
|
180
|
+
in Arizona. \\r\\n\\r\\nWe sell Apple, HP, Dell, IBM, Lenovo, Sony, Fujitsu,
|
181
|
+
APC, Symantec, Panasonic, Microsoft, Vmware, Intel, Cisco, Premio and all the
|
182
|
+
hottest Internet, bandwidth, security, VoIP, wireless, video, identification
|
183
|
+
technologies and a vast offering of technology services. \\r\\n\\r\\nSome facts
|
184
|
+
about GHA Technologies, Inc.\\r\\n\\u2022 One of the largest, private providers
|
185
|
+
of technology solutions for corporate, government & education markets in America.\\r\\n\\u2022
|
186
|
+
Our vast access to coast-to-coast distribution network and warehouse facilities
|
187
|
+
support just-in-time delivery.\\r\\n\\u2022 Mission-critical delivery-Orders
|
188
|
+
placed by 9:00 p.m. EST (8:00 p.m. CST) can be received the next morning for
|
189
|
+
in-stock items.\\r\\n\\u2022 Secure, password-protected 24-hour access to your
|
190
|
+
own personal, customized website with special pricing on more than 1.1 million
|
191
|
+
products from more than 1,000 manufacturers.\\r\\n\\r\\nGHA Technologies, Inc.
|
192
|
+
has about 100 + employees with annual sales of approximately $80 million. Our
|
193
|
+
highly motivated and experienced sales professionals provide the highest level
|
194
|
+
of service to our customers. \\r\\n\\r\\nGHA Technologies, Inc. is currently
|
195
|
+
HIRING industry experienced technology sales professionals nationwide. Please
|
196
|
+
send your resume to resumes@gha-associates.com. We look forward to hearing from
|
197
|
+
you.\",\n \"id\": 21482,\n \"industries\": {\n \"_total\":
|
198
|
+
1,\n \"values\": [{\n \"code\": \"96\",\n \"name\":
|
199
|
+
\"Information Technology and Services\"\n }]\n },\n \"name\":
|
200
|
+
\"GHA Technologies\",\n \"specialties\": {\n \"_total\": 5,\n
|
201
|
+
\ \"values\": [\n \"Hardware, Software and Technology Components\",\n
|
202
|
+
\ \"Technology Services - Integration, Installation and Specialized\",\n
|
203
|
+
\ \"Corporate Commercial Business Clients\",\n \"Non-profit
|
204
|
+
Organizations\",\n \"Government and Educational Institutions\"\n
|
205
|
+
\ ]\n }\n },\n {\n \"description\": \"Apple
|
206
|
+
& Associates is an executive search firm that specializes in the Pharmaceutical,
|
207
|
+
Medical Device and Consumer Product Industries. We provide extensive coverage
|
208
|
+
of these worldwide markets and have forged a solid reputation in the industry
|
209
|
+
as a competent, aggressive, and resource-rich recruiting firm. We are a nation-wide
|
210
|
+
company with offices through-out the United States. \\r\\n\\r\\nApple & Associates
|
211
|
+
belongs to Intercity Personnel Associates (IPA) and the Top Echelon Network.
|
212
|
+
\ Through these worldwide recruiting networks, we share confidentially coded
|
213
|
+
information about available positions and receive qualified candidates within
|
214
|
+
a short period of time. With one phone call you not only have rapid access
|
215
|
+
to our candidates, but also to qualified candidates from over 1,000 of the nation\\u2019s
|
216
|
+
other top recruiting firms. Because our executive recruiters specialize in
|
217
|
+
different industry segments, we can give you the service you deserve in a fast,
|
218
|
+
focused, and efficient manner and provide you with quality industry specific
|
219
|
+
candidates. \\r\\n\\r\\nWe realize the importance of hiring professionals
|
220
|
+
who understand and are able to assimilate with your company\\u2019s business
|
221
|
+
model, culture, process, equipment, and materials. Our team has studied the
|
222
|
+
hiring decisions that make the firms in the Pharmaceutical and Medical Device
|
223
|
+
industries so successful. Our candidates will meet the standard your company
|
224
|
+
demands, with the technical and industry background to match.\",\n \"id\":
|
225
|
+
112136,\n \"industries\": {\n \"_total\": 1,\n \"values\":
|
226
|
+
[{\n \"code\": \"104\",\n \"name\": \"Staffing and Recruiting\"\n
|
227
|
+
\ }]\n },\n \"name\": \"Apple & Associates\",\n \"specialties\":
|
228
|
+
{\n \"_total\": 20,\n \"values\": [\n \"Medical
|
229
|
+
Device\",\n \"Pharmaceutical\",\n \"Power\",\n \"Energy\",\n
|
230
|
+
\ \"Consumer Products\",\n \"Supply Chain\",\n \"Purchasing\",\n
|
231
|
+
\ \"Engineering\",\n \"Marketing\",\n \"Sales\",\n
|
232
|
+
\ \"Human Resources\",\n \"Science\",\n \"Finance\",\n
|
233
|
+
\ \"Manufacturing\",\n \"Operations\",\n \"R&D\",\n
|
234
|
+
\ \"Six Sigma\",\n \"IT\",\n \"chemist\",\n
|
235
|
+
\ \"Executive Management\"\n ]\n }\n },\n {\n
|
236
|
+
\ \"description\": \"The Ultimate Computer Store - We empower customers
|
237
|
+
with computer and electronic solutions coupled with excellent customer service
|
238
|
+
that sets us apart from the rest.\\r\\n\\r\\nFounded in 1979 by two former Radio
|
239
|
+
Shack employees. The first Micro Center store was a 900 sq ft (84 m2). storefront
|
240
|
+
located in the Lane Avenue Shopping Center in Upper Arlington, Ohio. There are
|
241
|
+
currently 22 Micro Center stores nation-wide in California, Colorado, Georgia,
|
242
|
+
Illinois, Kansas, Massachussetts, Maryland, Michigan, Minnesota, Missouri, New
|
243
|
+
Jersey, New York, Ohio, Pennsylvania, Texas, and Virginia. A 23rd store will
|
244
|
+
open in Yonkers, NY this spring.\",\n \"id\": 15552,\n \"industries\":
|
245
|
+
{\n \"_total\": 1,\n \"values\": [{\n \"code\":
|
246
|
+
\"27\",\n \"name\": \"Retail\"\n }]\n },\n \"name\":
|
247
|
+
\"Micro Center\",\n \"specialties\": {\n \"_total\": 7,\n \"values\":
|
248
|
+
[\n \"computers\",\n \"Apple\",\n \"build your
|
249
|
+
own\",\n \"iPod\",\n \"GPS\",\n \"TVs\",\n
|
250
|
+
\ \"service\"\n ]\n }\n }\n ]\n },\n \"numResults\":
|
251
|
+
5696\n}"
|
252
|
+
http_version: '1.1'
|