ProBlogger Freelance Writing Jobs Scraper avatar

ProBlogger Freelance Writing Jobs Scraper

Pricing

Pay per event

Go to Apify Store
ProBlogger Freelance Writing Jobs Scraper

ProBlogger Freelance Writing Jobs Scraper

Scrapes all active freelance writing job listings from the ProBlogger Job Board — the canonical curated source for paid blogging, copywriting, editing, and ghostwriting gigs. Returns job title, company, type, location, pay rate, description, category tags, and listing URL.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes all active freelance writing job listings from the ProBlogger Job Board — the canonical curated source for paid blogging, copywriting, editing, and ghostwriting gigs.

What it returns

For each active job listing:

FieldDescription
job_titleJob title
companyEmployer or individual posting the job
job_typeContract, Freelance, Full-time, or Part-time
categoryJob category (Blog / Article Writing, Editing / Proofreading, etc.)
location_remoteLocation or remote status
posted_dateDate the job was posted
descriptionFull job description (HTML)
pay_ratePay rate when disclosed by the employer
apply_urlDirect apply URL when available
listing_urlURL of the job detail page on ProBlogger
tagsJob type and category slugs derived from listing metadata

Usage

  1. Set Max Items to limit how many job listings are returned. Leave empty to return all active listings.
  2. Run the actor — it will scrape the listing page and fetch each job detail page for the full description.

Notes

  • ProBlogger is the most established curated freelance-writing job board, pre-filtered to paid blogging, copywriting, editing, and ghostwriting gigs. It differentiates from generic job aggregators (Upwork, Freelancer) by requiring employers to post writing-specific roles.
  • The board typically shows a few dozen active listings at any time, with high turnover. Running this actor on a schedule is well-suited for writing-job-alert feeds and rate aggregation.
  • No authentication required. All listed jobs are publicly accessible.
  • The apply_url field is populated only for jobs with an external application link. Many ProBlogger listings direct candidates to apply via the description itself (email, Google Form, etc.).

Output example

{
"job_title": "Newsletter Editor & Writer (Weekly, Local Community Focus, Remote)",
"company": "Local Lore Media",
"job_type": "Contract",
"category": "Blog / Article Writing",
"location_remote": "Anywhere",
"posted_date": "May, 02",
"description": "<p>We're looking for a skilled newsletter writer...</p>",
"pay_rate": "",
"apply_url": "",
"listing_url": "https://problogger.com/jobs/job/newsletter-editor-writer-weekly-local-community-focus-remote/",
"tags": ["contract", "blog article writing"]
}