An open API service indexing awesome lists of open source software.

https://github.com/topmonks/linkedin-parser

Linkedin profile PDF parser service
https://github.com/topmonks/linkedin-parser

clojure linkedin-profile pdf-converter

Last synced: 7 months ago
JSON representation

Linkedin profile PDF parser service

Awesome Lists containing this project

README

          

# linkedin-parser

[![Build Status](https://travis-ci.com/topmonks/linkedin-parser.svg?token=fNQseAsgANMEusR8xYWV)](https://travis-ci.com/topmonks/linkedin-parser)

[![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.svg)](https://dashboard.tutum.co/stack/deploy/)

A Clojure web service to convert LinkedIn PDF profile to requested data format.

## Usage

```
curl -v -F file=@profile.pdf http://localhost:5000/linkedin
```

Response `Content-Type` is determined by `Accept` header.

### Supported formats

```
application/edn
application/json
application/msgpack
application/x-yaml
application/transit+json
application/transit+msgpack
text/html
```

## License

Copyright © 2016 TopMonks s.r.o.