Upwork Scraper

Scrape freelancers information from upwork search results

What is Upwork Scraper?

Upwork Scraper is a Chrome extension developed by AV Tech Labs, and its main feature is "Scrape freelancers information from upwork search results".

Download Upwork Scraper Extension CRX File

Download Upwork Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scrape freelancers details from upwork.com browse freelancers page to csv.                    

Extension Basic Information

Name Upwork Scraper Upwork Scraper
ID jndgbjhabmbokffhahepelnopelpaljp
Official URL https://chrome.google.com/webstore/detail/upwork-scraper/jndgbjhabmbokffhahepelnopelpaljp
Description Scrape freelancers information from upwork search results
File Size 4.13 KB
Installation Count 47
Current Version 1.1
Last Updated 2016-07-10
Publish Date 2016-07-10
Developer AV Tech Labs
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Upwork Scraper",
    "description": "Scrape freelancers information from upwork search results",
    "version": "1.1",
    "author": "Adhithyan Vijayakumar",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.upwork.com\/o\/profiles\/browse\/*"
            ],
            "js": [
                "scripts\/scraper.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "idle",
        "storage",
        "tabCapture",
        "tabs",
        "downloads",
        "https:\/\/www.upwork.com\/*"
    ]
}